@extends('admin.layouts.master-soyuz') @section('title',__('All Tax Classes | ')) @section('body') @include('admin.layouts.topbar',$data)
| {{ __("ID") }} | {{ __("Tax Title") }} | {{ __('Description') }} | {{ __('Action') }} |
|---|---|---|---|
| {{$i++}} | {{$tax->title}} | {{$tax->des}} |
{{ __("Do you really want to delete this tax? This process cannot be undone.") }}