@extends('Modules.Costing.layouts.main') @section('main-content')

@if($errors->any())

{{$errors->first()}}

@endif
@foreach($previous_transaction as $pre) @if($pre->credit==1) @else @endif @endforeach
@foreach($account_charts as $account) @endforeach
Edit Journal Transaction

Select Accounts

Select Account Cur Balance Account Type Debit Credit
@endsection