Wave-Off Void Invoice

Clear
Total Record(s): {{$data->total()}}
@if($data->total() < 0) @foreach($data as $detail) @endforeach @else @endif
ID User Amount Invoice Created At Action
{{($detail->id)?$detail->id:'-'}} {{ !empty($detail->user['name']) ? $detail->user['name'] : '-' }} ${{ ($detail->amount)?$detail->amount:'-' }} {{ ($detail->invoice_id)?$detail->invoice_id:'-' }} {{ formatDate($detail->created_at,"dt","default") }} Actions
No data found.
{!! $data->appends(request()->input())->onEachSide(3)->links() !!}
@push('scripts') @endpush