@hasSection('page-title') @yield('page-title') @else @hasSection('search-form') @yield('pageTitle',__('site.admin')) @endif @endif
@hasSection('breadcrumb') @endif
@hasSection('top-buttons')
@yield('top-buttons')
@endif
@if (count($errors) > 0)
×
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach @if(Session::has('flash_message'))

{{ Session::get('flash_message') }} ×

@endif
@yield('content')