@yield('css')
@lang('Dashboard')
Toggle navigation
@if ($countNotifications)
{{ $countNotifications }}
@lang('New notifications')
{{ $countNotifications }} @lang('new') {{ trans_choice(__('comment|comments'), $countNotifications) }}
@lang('View')
@endif
{{ auth()->user()->name }}
{{ auth()->user()->name }}
@lang('Sign out')
{{ csrf_field() }}
{{ $title }} @yield('button')
@foreach ($breadcrumbs as $item)
last && $item['url'] === '#') class="active" @endif> @if ($item['url'] !== '#')
@endif @isset($item['icon'])
@endisset {{ $item['name'] }} @if ($item['url'] !== '#')
@endif
@endforeach
@yield('main')
@yield('js') {{----}}