@extends('web.layouts.master') @section('title' , trans('data.search_results')) @section('contents') {{trans('data.search_results')}} {{trans('data.search_results')}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{trans('data.nearest')}} {{trans('data.select_city')}} @foreach(\App\Models\City::all() as $city) {{$city->name[App::getLocale()]}} @endforeach @include('web.data.data_search') @endsection @section('script') @endsection