| {{ $quotation->id }} |
{{ money(CustomerQuotation::getTotal($customer->id,$quotation->id)) }} |
{{ $quotation->status }} |
{{ $quotation->created_at }} |
@if(UserRole::has('detail_quotation') || UserRole::has('delete_quotation'))
@if(UserRole::has('detail_quotation'))
{{trans('dashboard.others.detail')}}
@endif
@if(UserRole::has('delete_quotation'))
{{Trans("dashboard.crud.remove")}}
@include('layouts.includes.modals.danger', ['model' => $quotation,'toRoute'=>'delete.quotation','attribute'=>'id'])
@endif
|
@endif
@endforeach