@extends(config('elseyyid-location.layout')) @section(config('elseyyid-location.content_section')) @include('langs::includes.tools')
{{__('Search Result for')}} '{{$search_value }}'
@if (count($result) > 0)
@foreach ($result as $element)
{{$element->en}}
{{__('Show')}}
@endforeach
@else
No results for {{ $search_value }}
@endif @endsection