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