@extends('layouts.app') @section('title') @php echo $metatags @endphp @endsection @section('content')
@forelse($services as $service)
{{$service->alt_img}}

{{ \Carbon\Carbon::parse($service->date)->format('F j, Y') }}

{{$service->{'name_'.$lang} }}
@if($service->ServiceCat)
{{$service->ServiceCat->{'name_'.$lang} ?? '' }}
@endif
@empty
no data image

{{trans('home.no data found in this page')}}

@endforelse {{ $services->links() }}
@endsection @section('script') @endsection