@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('scripts') @endsection @section('content')
{{ __($translatePrefix. '.subheading') }}
|
|
{{ __('store.total') }}
|
{{ __('global.customer') }}
|
{{ __('global.status') }}
|
{{ __('client.invoices.paymethod') }}
|
{{ __('client.invoices.due_date') }}
|
{{ __('global.created') }}
|
{{ __('global.actions') }} |
|---|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
|||||||
|
{{ $item->invoice_number }}
|
{{ formatted_price($item->total, $item->currency) }} | @if ($item->customer) {{ $item->customer->excerptFullName() }} @else ({{ __('global.deleted') }}) @endif |
|
{{ $item->gateway != null ? $item->gateway->name : $item->paymethod }} | {{ $item->due_date->format('d/m/y') }} | {{ $item->created_at->format('d/m/y') }} | {{ __('global.show') }} @if (staff_has_permission('admin.manage_invoices') && $item->canDelete()) @endif |