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

{{$service->{'name_'.$lang} }}

{!! $service->{'text_'.$lang} !!}

{{-- @if(count($serviceCategories) > 0)
@lang('home.categories')
@foreach ($serviceCategories as $serviceCategory) @endforeach
@endif --}} @if (count($services)>0)
@lang('home.other_services')
@foreach ($services as $service)
service
{{--
{{ \Carbon\Carbon::parse($service->date)->format('F j, Y') }}
--}}
{{$service->{'name_'.$lang} }}
@endforeach
@endif
@endsection