@extends('layouts.app') @section('content')
{{ __('Report Invoice') }}
@if($invoices->isEmpty())
Invoice Date Time User Staff Qty Subtotal Discount Grand Total Cash Card Sync #
@else @endif
@endsection