@extends('layouts.default') @section('title', trans('general.title.new', ['type' => trans_choice('general.chartsofaccount', 1)])) @section('new_button') view_list{{ trans_choice('general.chartsofaccount', 1) . ' List'}} @endsection @section('content')
{!! Form::open(['url' => 'accounting/chartofaccounts', 'role' => 'form']) !!}
{{ Form::selectGroup('account_type_id', trans_choice('general.types', 1), 'bars',$types, config('general.types'),['data-live-search'=>'true','required'=>'required']) }} {{ Form::textGroup('name', trans('general.name'), 'id-card-o') }} {{-- Sub Account Code --}}
Select Parent Account
{{-- Sub Account Code --}} {{ Form::hidden('currency_code', setting('general.default_currency') , ['id' => 'currency_code']) }}
{{ Form::textareaGroup('description', trans('general.description')) }} {{ Form::radioGroup('enabled', trans('general.status')) }}
{!! Form::close() !!}
@endsection @push('scripts') @endpush