@section('title', $page.' Phases') @php addVendor('sortablejs'); @endphp @push('styles') @endpush {{-- @includeWhen($page == 'Project', 'admin.pages.projects.navbar', ['tab' => 'phases']) --}} @includeWhen($page == 'Contract', 'admin.pages.contracts.header', ['tab' => 'phases']) @includeWhen($page == 'Contract All', 'admin.pages.contracts.header', ['tab' => 'all-phases'])
Search Filter
{!! Form::label('filter_of_stages', 'Stage') !!} {!! Form::select('filter_of_stages', [], [], [ 'class' => 'form-select', 'data-kt-select2' => 'true', 'data-placeholder' => __('All'), 'data-allow-clear' => 'true', 'multiple' => 'multiple', 'data-remote' => route('resource-select', ['ContractStage', 'ofContract' => "$contract->uuid"]), ]) !!}
{{$dataTable->table()}}
@push('scripts') {{$dataTable->scripts(null, ['nonce' => csp_nonce()])}} @endpush