@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)
                    
                @endforeach
            
                    
No results for {{ $search_value }}
                
        @endif
@endsection