@foreach($quotations as $key=> $row)
|
|
{{ $row->order_id }} |
{{ $row->user->name }} |
{{ $row->user->email }} |
{{ $row->user->phone }} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if( count( $quotations ) && $quotations->hasPages() )
| {{ $quotations->links() }} |
@endif