@extends('docs.master', ['title' => 'Cash Payment Voucher ']) @section('content')

@section('heading')

Chart Of Account

@endsection {{-- Chart Of Account
--}}



{{$i=1}} @foreach($model as $item) @endforeach
Sr. Account Code Account Title Account Type Debit Credit Balance
{{$i++}} {{$item['accountcode']}} {{$item['accounttitle']}} {{$item['accounttypename']}} {{(number_format($item['debit'],2))}} {{(number_format($item['credit'],2))}} {{(number_format($item['balance'],2))}}
@endsection