@php $singuler = Str::plural($word, 1); $plural = Str::plural($word, 2); @endphp
{{ __('no_results_found') }}

{{ __('there_is_no') }} {{ strtolower($plural) }} {{__('found_in_this_page')}}

@if ($route !== '') {{ __('add_your_first') }} {{ strtolower($singuler) }} @endif