@extends('core::layouts.master') @section('title') {{ trans_choice('accounting::general.journal',1) }} {{ trans_choice('core::general.entry',2) }} @endsection @section('styles') @stop @section('content')

{{ trans_choice('accounting::general.journal',1) }} {{ trans_choice('core::general.entry',2) }}

@foreach($data as $key) @endforeach
{{ trans_choice('core::general.entry',1) }} {{ trans_choice('core::general.id',1) }} {{ trans_choice('core::general.branch',1) }} {{ trans_choice('core::general.transaction',1) }} {{ trans_choice('core::general.date',1) }} {{ trans_choice('core::general.transaction',1) }}# {{ trans_choice('core::general.type',1) }} {{ trans_choice('core::general.created_by',1) }} {{ trans_choice('core::general.account',1) }} {{ trans_choice('accounting::general.debit',1) }} {{ trans_choice('accounting::general.credit',1) }} {{ trans_choice('core::general.action',1) }}
{{$key->id}} {{$key->branch}} {{$key->date}} {{$key->transaction_number}} @if($key->account_type == 'asset') {{trans_choice('accounting::general.asset', 1)}} @endif @if($key->account_type == 'expense') {{trans_choice('accounting::general.expense', 1)}} @endif @if($key->account_type == 'equity') {{trans_choice('accounting::general.equity', 1)}} @endif @if($key->account_type == 'liability') {{trans_choice('accounting::general.liability', 1)}} @endif @if($key->account_type == 'income') {{trans_choice('accounting::general.income', 1)}} @endif {{$key->created_by}} {{$key->account_name}} {{number_format($key->debit)}} {{number_format($key->credit)}}
@endsection @section('scripts') @endsection