@extends('panel::layouts.app') @section('body-class', '') @section('title', __('panel/menu.tax_classes')) @push('header') @endpush @section('page-title-right') @endsection @section('content')
@if ($tax_classes->count())
@foreach($tax_classes as $item) @endforeach
{{ __('panel/common.id')}} {{ __('panel/common.name') }} {{ __('panel/common.description') }} {{ __('panel/common.created_at') }} {{ __('panel/common.actions') }}
{{ $item->id }} {{ $item->name }} {{ $item->description }} {{ $item->created_at }}
{{ __('panel/common.edit')}}
@csrf @method('DELETE') {{ __('panel/common.delete')}}
{{ $tax_classes->withQueryString()->links('panel::vendor/pagination/bootstrap-4') }} @else @endif
{{ __('panel/tax_classes.tax_rate_id') }} {{ __('panel/tax_classes.based') }} {{ __('panel/tax_classes.priority') }}
{{ __('panel/common.delete')}}
{{ __('panel/common.add') }}
@endsection @push('footer') @endpush @push('footer') @endpush