@foreach($quotation as $row)
| {{$counter++}} |
{{ $row->quotation_no }} |
{{ $row->tracking_no }} |
{{ CommonHelper::get_client_name_by_id($row->client_id)}} |
{{ $row->quotation_to }} |
{{ $row->designation }} |
{{ CommonHelper::changeDateFormat($row->quotation_date) }} |
Success
|
|
|
@endforeach