@extends('layouts.app') @section('title', 'New Transaction') @section('page-title', 'Record Transaction') @section('content')
{{-- Account Separation Notice --}}
Dual Account Rule: Administrative expenses (dues, supplies, meetings) must use the Administrative Account. Public funds in the Activity Account may only be spent on service projects and charitable activities.
Transaction Details
@csrf {{-- Account & Type Row --}}
{{-- Category --}}
Categories change based on the selected account and type.
{{-- Description --}}
{{-- Amount --}}
$
{{-- Date --}}
{{-- Reference --}}
{{-- Receipt Upload --}}
Accepted: JPG, PNG, PDF — max 5 MB
{{-- Notes --}}
Cancel
@endsection @push('scripts') @endpush