@yield('styles')

{{ $page_title ? $page_title : '' }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::get('success'))
Succès : {{ ' ' . Session::get('success') }}
@endif @if (Session::get('failed'))
Attention : {{ ' ' . Session::get('failed') }}
@endif @yield('root-content')

© 2024 * {{ $app_name ? $app_name : 'Jobbo' }} ® * By INITIAL DEV..

@yield('scripts')