@extends("layouts.admin.app") @section("page-title") {{__("Regional Specification")}} @endSection @section("page-nav-title")

{{__("Value Added Tax")}}

{{__("VAT")}}

@endsection @section("content") @include("includes.dialog")
{{--
--}} {{--
--}} {{-- @csrf--}} {{-- --}} {{-- {{__("Export As Excel")}}--}} {{--
--}} {{--
--}}
{{-- --}}
@foreach($tax as $taxValue) @endforeach
{{__("ID")}} {{__("Title")}} {{__("Value")}} {{__("Created at")}} {{__("Updated at")}} {{__("Control")}}
{{$taxValue->id}} {{$taxValue->getNameAttribute()}} {{$taxValue->value}} {{$taxValue->created_at->diffForHumans()}} {{$taxValue->updated_at->diffForHumans()}} id)}}" class="control-link edit"> {{--
$taxValue->id])}}" method="post" id="delete{{$taxValue->id}}" style="display: none" data-swal-title="{{__("Delete Tax")}}" data-swal-text="{{__("Are Your Sure To Delete This Car Model")}} ?" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{("the services has been deleted successfully")}}">@csrf @method("delete")
--}} {{-- --}}
@endsection @section("scripts") @if(session()->has("technician_register_info")) @endif @endsection