@extends('template') @section('page-title') {{$model->getLabel()}} @endsection @section('tag-title') {{$model->getLabel()}} @endsection @section('page-sub-title') @if(in_array('add',$model->getActions())) Export to Excel @if(empty($model->getViewForm())) {{$model->getAddBtnLabel()}} @else {{$model->getAddBtnLabel()}} @endif @else {{$model->getSubLabel()}} @endif @foreach($model->getCustomSingleActions() as $b) {!! $model->$b() !!} @endforeach @endsection @section('main-content') @if(empty($model->getViewForm())) @include('inc.cruds.modal_form') @endif