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