@foreach (\App\Helpers\Breadcrumbs::generate() as $breadcrumb) @if ($breadcrumb['url'])
  1. {{ $breadcrumb['title'] }}
  2. @else
  3. {{ $breadcrumb['title'] }}
  4. @endif @endforeach
{{ __('Dashboard') }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}