{{ $title }}

  • {{ __('Home') }}
  • @auth
  • @if (auth()->user()->user_type == 1) {{ __('Dashboard') }} @else {{ __('Dashboard') }} @endif
  • @endauth
  • {{ $innerTitle }}