@section('title', 'Documentary Instruction')
@include('livewire.d-i.modules.di-info')
@if ($this->form_type == 'create') @livewire('App\Http\Livewire\DI\CreateLivewire', ['action' => $action ,'id' => $dox_id, 'type' => $type]) @elseif($this->form_type == 'presentation') @livewire('App\Http\Livewire\DI\PresentationLivewire', ['action' => $action,'id' => $dox_id, 'type' => $type]) @endif