@extends('layouts.app') @section('title','New Bank Transaction') @section('crumbs', 'Bank Txns · New') @section('content')

New bank / cash transaction

{{ $docNo }}
@csrf
Pick to also post a GL journal (e.g. 5600 charges, 4900 income).
Cancel
@endsection