@extends('admin/layouts.default') @section('content')
@if (session('status')) @endif @if($errors->any()) @endif
{!! csrf_field() !!}
@stop