@include('components.page_header') @include('components.modalDelete')
@include('components.message') @if ($view == 'index') @include('components.filter') @include('components.index') @elseif ($view == 'create') @include('livewire.situation.edit') @elseif ($view == 'edit') @include('livewire.situation.edit') @elseif ($view == 'show') @include('livewire.situation.show') @endif
@include('components.script')