{{-- --}} Services @php preg_match_all('/(?i)\/visa_page\/(.*\S+(?:png|jpg|jpeg|svg))/', $service->body, $matches); $img = $matches[0]; @endphp
@include('components.header')
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 {{ var_dumo($matches) }}
{{ $service->title }}
{!! $service->body !!}
@endforeach
@include('components.footer')