@extends('layouts.site') @section('content') @php $lang = app()->getLocale(); $name = 'name_' . $lang; $details = 'details_' . $lang; $type = 'type_' . $lang; $title = 'title_' . $lang; $description = 'description_' . $lang; $img_alt = 'img_alt_' . $lang; $slug = 'slug_' . $lang; $slug = 'slug_' . app()->getLocale(); @endphp
@if ($services && $services->count() > 0)
@foreach ($services as $service) @endforeach
@endif
@stop @section('scripts') @stop