@extends('admin.layout') @section('metatitle', $controller::getLabel('tabel_name')." - edit " ) @section('pagebar')
@endsection @section('content')
list show
{{ method_field('PATCH') }} @include('admin.'.strtolower($controller).'.form')
@stop