{{ __('Quotations') }}

Show
entries
Search:
@forelse ($quotations as $quotation) @empty @endforelse
{{ __('No.') }} {{ __('Quotation No.') }} @include('inclues._sort-icon', ['field' => 'reference']) {{ __('Date') }} @include('inclues._sort-icon', ['field' => 'date']) {{ __('Customer name') }} @include('inclues._sort-icon', ['field' => 'customer_name']) {{ __('Total amount') }} @include('inclues._sort-icon', ['field' => 'total_amount']) {{ __('Status') }} @include('inclues._sort-icon', ['field' => 'order_status']) {{ __('Action') }}
{{ $loop->iteration }} {{ $quotation->reference }} {{ $quotation->date->format('d-m-Y') }} {{ $quotation->customer->name }} {{ Number::currency($quotation->total_amount, 'EUR') }} {{ $quotation->status->label() }}
No results found