# | @if(\Auth::user()->role == 1)Hotel | @endifNo Invoice | Nama Pelanggan | Total | Actions |
---|---|---|---|---|---|
{{$i}} | @if(\Auth::user()->role == 1)
{{$invoice->hotel->nama ?? '--'}}
|
@endif
{{$invoice->no_invoice}}
|
{{$invoice->nama_pelanggan}}
|
{{$invoice->total}}
|