@section('custom_meta') @show @section('custom_js') @show
@if(Session::has('message'))
{{ Session::get('message') }} @if ($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endif @yield('content')