@php $is_can_update = backpack_user()->can('update', $crud->entry); @endphp @extends('crud::edit', [ 'submit_form' => "quotation_inquiry_submit_form", 'show_form_save_buttons' => $is_can_update ]) @section('before_form_save_buttons') @include('crud::buttons.quotation.inquiry.transfer') @include('crud::buttons.quotation.inquiry.log') @if(backpack_user()->can('voidButtonDisplay', $crud->entry)) @include('crud::buttons.quotation.inquiry.void.void') @endif @endsection @push('after_form_save_buttons') @if(backpack_user()->can('completeButton', $crud->entry)) @include('crud::buttons.quotation.inquiry.complete') @endif @endpush