@include('Admin.Includes.header') @php use Illuminate\Support\Facades\Auth; use App\General\ProductClass; use App\General\UserClass; $logged_in_user = Auth::user(); $GST_PERCENTAGE = 10; use App\Models\GeneralSettings; use App\General\GeneralSettingsClass; $settings = GeneralSettings::get(); $pos_invoice_note = GeneralSettingsClass::getOptionValue('_pos_invoice_note', $settings); @endphp
# | Description | Quantity | Unit Cost | Total |
---|---|---|---|---|
1 | Samsung 64G SD Card | 12 | $26 | $312 |
2 | Apple iPhone 64G | 2 | $699 | $1,398 |
3 | Bluetooth headphone | 6 | $63 | $396 |
4 | Selfie stick | 4 | $31 | $124 |
5 | Stick | 5 | $25 | $125 |
{{ $pos_invoice_note }}
VAT (10%): $22.3
Grand Total: $2,252