@extends('layouts.default') @section('title', trans_choice('general.journal', 2)) @section('content')
{!! Form::open(['url' => 'banking/journal', 'files' => true, 'role' => 'form' , 'id'=> 'journalform']) !!}
{{ Form::textGroup('journal_date', trans('general.journal_date'), 'calendar',['id' => 'journal_date', 'class' => 'form-control', 'data-inputmask' => '\'alias\': \'yyyy/mm/dd\'', 'data-mask' => ''], Date::now()->format($date_format)) }}
{!! Form::label('journal_number', trans('general.journal_no'), ['class' => 'control-label']) !!} {!! Form::text('journal_number',null, ['class' => 'form-control']) !!}
@php function chartfunction($elements, $prefix = '' , $item_id =null) { foreach ($elements as $k=> $element) { @endphp @php } } @endphp @for($journal_row = 0 ; $journal_row < 4 ;$journal_row++)
{{ trans_choice('general.account', 1) }} {{ trans_choice('general.debit',2) }} {{ trans_choice('general.credit',2) }} {{ trans('general.description') }} {{ trans('general.name') }} {{ trans('general.actions') }}