@extends('layouts.app') @section('title', __('tax.tax_rates')) @section('css') @endsection @section('content')
{{ __('tax.tax_rates') }}
@can('tax.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.name') }} {{ __('tax.rate') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection