@extends('layouts.app') @push('style') @endpush @section('content')
@php $page_name = 'PF > Accounting Processiong > Edit Journal'; @endphp @include('layouts.table_top')
@csrf
Serial No Date Reason
Debit Credit
@foreach ($item->debits as $key => $debit) @endforeach
Debit Account Amount Taxable
is_taxable == 1) checked @endif> @if ($key == 0) @else @endif
@foreach ($item->credits as $key => $credit) @endforeach
Credit Account Amount Taxable
is_taxable == 1) checked @endif> @if ($key == 0) @else @endif
Total Debit: {{ $item->debit }} Total Credit: {{ $item->credit }}

@include('provident::partials.sidebar')
@endsection @push('script') @endpush