@if(Session::has('success'))
@yield('main')
{{ Session::get('success') }}
@endif
@foreach($errors->all() as $message)
{{ $message }}
@endforeach