@extends('layouts.app') @section('content')

Opening Balance

Page for Opening Balance

@csrf
@foreach ($chartOfAccounts as $chartOfAccount) @endforeach
Code Name Debit Credit
{{ $chartOfAccount->code }} {{ $chartOfAccount->name }}

@endsection @section('js') @endsection