@include('front.layouts.header') @include('front.layouts.topbarhome') @section('meta_title'){{trans('front.home')}} @endsection @section('meta_des'){{trans('front.home')}} @endsection @section('meta_key'){{trans('front.home')}} @endsection @if($sliders->count()>0) @foreach($sliders as $slider) @endforeach @else @endif @csrf {{trans('front.sliderget')}} @lang('front.search') @lang('front.select_address') @foreach(\App\Model\CompanyBranches::query()->where('status', 1)->get() as $branche) id) selected @endif>{{$branche->title}} @endforeach