@can('quotations.view') عرض @endcan @can('quotations.update') @if($quotation->can_edit) تعديل @endif @endcan @can('quotations.update') @if($quotation->can_approve)
@csrf
@endif @endcan @can('quotations.create') @if($quotation->can_convert)
@csrf
@endif @endcan @can('quotations.update') @if($quotation->can_cancel)
@csrf
@endif @endcan @can('quotations.view') طباعة PDF @endcan @can('quotations.delete') @if($quotation->can_edit)
@csrf @method('DELETE')
@endif @endcan