@yield('header')
@if ($errors->any())
@endif
@if(Session::has('success'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{Session::get('success')}}
@endif
@if(Session::has('fail'))
{{Session::get('fail')}}
@endif
@if(Session::has('message'))
{{Session::get('message')}}
@endif
@yield('content')