@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.add',1) }} {{ trans_choice('income::general.type',1) }} @endsection @section('content')

{{ trans_choice('core::general.add',1) }} {{ trans_choice('income::general.type',1) }} {{ trans_choice('core::general.back',1) }}

{{csrf_field()}}
@error('name') {{ $message }} @enderror
@error('income_chart_of_account_id') {{ $message }} @enderror
@error('asset_chart_of_account_id') {{ $message }} @enderror
@endsection @section('scripts') @endsection