@extends('master.app') @section('title', 'Edit Bank Journal') @section('body')
Edit Bank/Sarafi Entry
Update entry
Back
@include('general.valert')
@csrf @method('PUT')
@php $cashChecked = old('cash_id'); if($cashChecked === null){ $cashChecked = (property_exists($Journal,'c_target') && $Journal->c_target==1) ? 1 : 0; } @endphp
Cancel
@endsection @section('pageJs') @endsection