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