@extends('admin.layout') @section('metatitle', $controller::getLabel('tabel_name')." - addnew " ) @section('pagebar')
@endsection @section('content')
list
@include('admin.'.strtolower($controller).'.form')
@stop