@extends('accounting::settings.layout') @section('tab-title') {{ trans_choice('accounting::general.account_subtype', 2) }} @endsection @section('tab-content') @component('accounting::components.box') @slot('title') {{ trans_choice('accounting::general.account_subtype', 1) }} #{{ $account_subtype->id }} @endslot @slot('body') @csrf {{ trans_choice('accounting::general.account', 1) }} {{ trans_choice('accounting::lang.type', 1) }} @error('account_type') {{ $message }} @enderror {{ trans('accounting::lang.name') }} {{ trans('accounting::lang.description') }} {{ trans('accounting::lang.active') }} @endslot @endcomponent @endsection @section('tab-javascript') @endsection