@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') }}

@else

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

@if ($route !== '')
@csrf
@endif
@endif