@extends('layouts.main') @section('content')

Bricks Point of Sale

Sell Bricks to Customer
@csrf {{-- ============================ --}} {{-- Customer / Creditor selector --}} {{-- ============================ --}}
{{-- ================ --}} {{-- Regular Customer --}} {{-- ================ --}}
{{-- ========= --}} {{-- Creditor --}} {{-- ========= --}}
Balance:
When a creditor is selected, the sale will be associated with that creditor. Phone input is disabled.
{{-- Sale Date --}}
{{-- Brick Rows --}}
Select brick informations
{{-- Payment Options --}}
Payment Options
Order Total: TZS 0.00
{{-- Remarks --}}
{{-- Submit --}}
{{-- ========================= --}} {{-- Add Customer Modal & UX --}} {{-- ========================= --}} @endsection @push('styles') @endpush @push('scripts') @endpush