@extends('layouts.app') @section('title', __('tax.create_tax')) @section('content')
{{ __('tax.details') }}
{{-- CSRF Protection --}} @csrf @method('POST')
@endsection @section('js') @endsection