@extends('layouts.app') @section('title', __('expense.category.create')) @section('content')
{{ __('expense.category.details') }}
{{-- CSRF Protection --}} @csrf @method('POST')
@include("modals.tax.create") @endsection @section('js') @endsection