{{ __('No.') }} | {{ __('Purchase No.') }} @include('inclues._sort-icon', ['field' => 'purchase_no']) | {{ __('Supplier') }} @include('inclues._sort-icon', ['field' => 'supplier_id']) | {{ __('Date') }} @include('inclues._sort-icon', ['field' => 'date']) | {{ __('Total') }} @include('inclues._sort-icon', ['field' => 'total_amount']) | {{ __('Status') }} @include('inclues._sort-icon', ['field' => 'status']) | {{ __('Action') }} | ||
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $purchase->purchase_no }} | {{ $purchase->supplier->name }} | {{ $purchase->date->format('d-m-Y') }} | {{ Number::currency($purchase->total_amount, 'EUR') }} | @if ($purchase->status === \App\Enums\PurchaseStatus::APPROVED){{ __('APPROVED') }} |
|
@else
{{ __('PENDING') }} |
|
@endif
No results found |