@section('container')
@if ($errors->count()) @foreach($errors->all() as $error) {{Alert::danger($error)->close()}} @endforeach @endif
@include('admin.content')
@stop