@extends('layouts.master') @section('title') {{trans_choice('general.trial_balance',1)}} @endsection @section('content')

{{trans_choice('general.trial_balance',1)}} @if(!empty($start_date)) for period: {{$start_date}} to {{$end_date}} @endif

{{csrf_field()}}
@if(!empty($start_date))
@foreach($data as $key)
{{trans_choice('general.gl_code',1)}} {{trans_choice('general.account',1)}} {{trans_choice('general.opening',1)}} {{trans_choice('general.balance',1)}} {{trans_choice('general.debit',1)}} {{trans_choice('general.credit',1)}} {{trans_choice('general.closing',1)}} {{trans_choice('general.balance',1)}}