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