@yield('title')
{!! \Session::get('success')[0].' - '.\Illuminate\Support\Carbon::now()->toTimeString() !!}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach