@extends('layouts.app' ) @section('title') Add New Chart of Account @stop @section('breadcrumb') @stop @section('content')

Add New Account

Add Information

{{csrf_field()}}
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('sub_account_id')) {{ $errors->first('sub_account_id') }} @endif
@if ($errors->has('number')) {{ $errors->first('number') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
 
@stop @section('js') @stop