@include('components.page_header') @include('components.modalDelete')
@if ($view == 'create' || $view == 'edit') @can($this->ObjectFilter->getTable().'_export') @endcan @can($this->ObjectFilter->getTable().'_print') @if($this->ObjectFilter->can('print')) @endif @endcan @endif @if( $view == 'index' ) @can($this->ObjectFilter->getTable().'_export') {{--
arrow_forward
--}} @endcan @endif
@include('components.message') @if ($view == 'index') @include('components.filter') @include('components.index') @elseif ($view == 'create') @include('livewire.planning.edit') @elseif ($view == 'show') @include('livewire.planning.show') @elseif ($view == 'edit') @include('livewire.planning.edit') @endif
@include('components.script')