Manage State and Tax

@can('User create') Add State @endcan

Back
@foreach($State as $state) @endforeach
ID All state Acronym Taxes Add Cities Status Actions
{{$state['id']}} {{$state['name']}} {{$state['short_name']}} {{ isset($state['tax']) ? $state['tax'] : '00.00' }} Add Cities @can('User edit') @endcan @can('User delete')
@csrf @method('DELETE')
@endcan