@extends('layouts.admin') @section('page-title') {{__('Manage Tax Rate')}} @endsection @section('breadcrumb')
{{__('Tax Name')}} | {{__('Rate %')}} | {{__('Action')}} |
---|---|---|
{{ $taxe->name }} | {{ $taxe->rate }} | @can('edit constant tax') @endcan @can('delete constant tax') @endcan |