@if(Session::has('errors'))
@endif
@if(Session::has('message'))
@include('partials.footer')
-
@foreach($errors->all() as $error)
- {{$error}} @endforeach
Mensaje: {{Session::get('message')}}
@endif
@yield('content')