@php $is_can_update = backpack_user()->can('update', $crud->entry); @endphp @extends('crud::edit', [ 'submit_form' => "quotation_pdf_template_form", 'show_form_save_buttons' => $is_can_update ]) @section("before_request")
* 修改權限只適用於單位主任及管理員。
@endsection