@extends('master') @section('content')
@include('admin.layout.breadcrumbs', [ 'title' => __('Edit Tax'), 'headerData' => __('Tax') , 'url' => 'tax' , ])

{{__('Edit Tax')}}

@csrf @method('PUT')
@error('name')
{{$message}}
@enderror

amount_type=='price'?'checked':''}} class="form-control @error('amount_type')? is-invalid @enderror">Amount amount_type=='percentage'?'checked':''}} class="form-control @error('amount_type')? is-invalid @enderror">Percentage @error('amount_type')
{{$message}}
@enderror
@error('price')
{{$message}}
@enderror
@error('status')
{{$message}}
@enderror
allow_all_bill==1?'checked':''}} value="1" class="custom-control-input" tabindex="3" id="allow_all_bill">
@endsection