{{ __('Create Deposit') }}

@csrf
{{-- Title Bar --}}
Deposit - [New]
×
{{-- Form Body --}}
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Fixed 4-column table: [left label | left input | right label | right value] --}} {{-- left labels --}} {{-- left inputs --}} {{-- right labels --}} {{-- right values --}} {{-- Company | Branch --}} {{-- Scheme | Page --}} {{-- Members + Date | Weeks --}} {{-- Bursary Fund | Month --}} {{-- Agency | Year --}} {{-- Industry Protection --}} {{-- Negociation Fee --}} {{-- Visual gap --}} {{-- Sick Fund | Subs Amount --}} {{-- HIV/AIDS --}} {{-- Visual gap --}} {{-- NTBC 10c --}} {{-- Admin Fee | Total Capture / Total Reconciliation headers --}} {{-- Family Shield | Total Capture input | Total Reconciliation --}} {{-- Family Shield Members --}}
Company
Branch
Scheme Page
Members
Date
Weeks
Bursary Fund Month
Agency Year
Industry Protection
Negociation Fee
Sick Fund Subs Amount
HIV/AIDS Levy Contrib.
NTBC 10c
Admin Fee Total Capture Total Reconciliation
Family Shield
Family Shield Members
{{-- Action Bar --}}
Close