{{-- --}} IVC Services
@include('components.header')
{{--
ALL SERVICES
--}}
APPLY NOW!

All Services
@foreach ($service_page as $service) @php preg_match_all('/(?i)\/visa_page\/(.*\S+(?:png|jpg|jpeg|svg))/', $service->body, $matches); $img = $matches[0]; @endphp
{{ $service->title }}
{!! strip_tags($service->body) !!}
{{--
{{ $service->title }}
{!! strip_tags($service->body) !!}
--}}
@endforeach
@include('components.footer')