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

Edit Transaction

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach>
@endif
@csrf @method('PUT')
@if(!$isBranchAdmin)
@endif
{{-- --}} {{-- Agent dropdown commented out
--}}
@if($canEditAmount) @else @endif

Exchange rate: Loading...

@if($canEditAmount) @else @endif
{{--
--}}
Cancel
@endsection