@section('title', 'Quotes') {{ __('Quotes') }}
All Quotations
Showing {{ ($quotes->currentPage() - 1) * $quotes->perPage() + ($quotes->total() ? 1 : 0) }} to {{ ($quotes->currentPage() - 1) * $quotes->perPage() + count($quotes) }} of {{ $quotes->total() }} Results
@foreach ($quotes as $row) @endforeach
Name Info Dept. subject Action
{{ $row->name }}
  • {{ $row->organization ?? null }}
  • {{ $row->email ?? null }}
  • {{ $row->phone ?? null }}
{{ $row->department }} {{ $row->subject }}   
{{ $quotes->appends(request()->except('page'))->links('pagination::bootstrap-4') }}