@extends('layouts.app') @section('title', 'Create Transaction - Cash Book') @section('content')

Create Transaction

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach>
@endif
@csrf
@if(!$isBranchAdmin)
@endif
{{-- Agent dropdown commented out --}}
@if(!$isBranchAdmin)
@endif
{{--
--}}
Cancel
@endsection