@extends('admin.layout') @section('metatitle', $controller::getLabel('tabel_name') ) @section('pagebar')
@endsection @section('content')
add new
{!! $filter !!} {!! $grid !!}
@stop @section('scripts.footer') @stop