@extends('layouts/contentLayoutMaster') @section('title', 'Add New Account') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@include('content.partial.form-message')

New Account Informations

@csrf
@error('name')
{{ $message }}
@enderror
@php $categories = [/*'Customers', 'Vendors',*/ 'Resources', 'Temporary', 'Other']; if(!empty($categories)){ @endphp @php } @endphp @error('category')
{{ $message }}
@enderror
@php $natures = ['Debit', 'Credit']; if(!empty($natures)){ @endphp @php } @endphp @error('nature')
{{ $message }}
@enderror
Reset
@endsection @section('vendor-script') @endsection @section('page-script') @endsection