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

Edit Account

Update the information


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