@extends('admin.layouts.master-soyuz') @section('title',__('All Tax Classes | ')) @section('body') @component('admin.component.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('All Tax Classes') }} @endslot @slot('menu1') {{ __('All Tax Classes') }} @endslot @slot('button')
@endslot @endcomponent{{ __("ID") }} | {{ __("Tax Title") }} | {{ __('Description') }} | {{ __('Action') }} |
---|---|---|---|
{{$i++}} | {{$tax->title}} | {{$tax->des}} |
{{ __("Do you really want to delete this tax? This process cannot be undone.") }}