@extends('backend.layouts.app') @section('content')

{{translate('All Taxes')}}

{{ translate('All Taxes') }}
@foreach($all_taxes as $key => $tax) @endforeach
# {{translate('Tax Type')}} {{translate('Status')}} {{translate('Options')}}
{{ $loop->iteration }} {{ $tax->name }}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection