@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
@error('account_type') {{ $message }} @enderror
@endslot @endcomponent
@endsection @section('tab-javascript') @endsection