@extends('admin.frame') @section('content') @yield('form_menu')
{{ csrf_field() }} @yield('form_content')
@yield('action')@yield('who')
@stop