@if (isset($akses->sales_invoice)) @if ($akses->sales_invoice->view == 1)

{{ $title }}

{{ $title }}
@if ($akses->sales_invoice->print == 1) @endif
@php $no = 1; @endphp @foreach ($invoices as $item) @endforeach
No Invoice Number Tanggal Invoice DO Number Tanggal DO Customer Warehouse Dibuat Oleh Tanggal Jatuh Tempo Waktu Print Status Invoice
{{ $no++ }} {{ $item->invoice_number }} {{ $item->invoice_date }} {{ $item->do_number }} {{ $item->do_date }} {{ $item->nama_customer }} {{ $item->warehouse_name }} {{ $item->created_by_name }} {{ $item->due_date }} {{ $item->print_date }} {{ $item->status }}
@else @include('web.alert.message') @endif @else @include('web.alert.message') @endif