|
@@ -26,7 +26,6 @@ class InsuranceAgreementController extends AdminController
|
|
{
|
|
{
|
|
$grid = new Grid(new InsuranceAgreement());
|
|
$grid = new Grid(new InsuranceAgreement());
|
|
$grid->disableBatchActions();
|
|
$grid->disableBatchActions();
|
|
- $grid->disableCreateButton();
|
|
|
|
$grid->actions(function ($actions){
|
|
$grid->actions(function ($actions){
|
|
$actions->disableView();
|
|
$actions->disableView();
|
|
});
|
|
});
|