{{-- Header --}}
{{-- Body --}}
New Account
Back to List
@if(session('success'))
{{ session('success') }}
@endif
{{-- resources/views/accounting/accounts/create.blade.php --}} @extends('admin.admin_dashboard') @section('admin') @php $oldType = old('type'); $oldParent = old('parent_id'); $oldEntityType= old('entity_type'); $oldEntityId = old('entity_id'); @endphp