@php $paths = explode('/',request()->path()) @endphp @foreach($paths as $key => $path) @if($key != (sizeof($paths) - 1))

{{ucfirst($path)}}

@if(!str_ends_with(request()->route()->action['as'], ".show"))  >  @endif @else @if(!str_ends_with(request()->route()->action['as'], ".show"))

{{ucfirst($path)}}

@endif @endif @endforeach
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}