@extends('layouts.master') @section('title', 'Edit tax | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit tax')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.currencies') }} | {{ __('basic.edit tax') }}
{{ __('basic.edit tax') }}
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('percentage') {{ $message }} @enderror
@endsection @section('js') @endsection