| {{ $key + 1 }} |
{{ $row->quotation_project_name }} |
{{ $row->quotation_no }} |
{{ date('d F Y', strtotime($row->quotation_date)) }} |
{{ date('d F Y', strtotime($row->quotation_exp_date)) }} |
@if ($row->quotation_status_form == 'waiting')
Waiting
@elseif ($row->quotation_status_form == 'active')
Active
@elseif ($row->quotation_status_form == 'expired')
Expired
@else
{{ $row->quotation_status_form }}
@endif
|
Discard
|
{{--
--}}
{{-- @if ($row->quotation_status_approved != 'waiting')
@endif --}}
{{-- @if ($row->quotation_status_approved == 'waiting' || $row->quotation_status_approved == 'rejected' ) --}}
{{-- @endif --}}
|
@endforeach