@php $url = isset($tax) ? route('taxes.update', $tax->uuid) : route('taxes.store'); @endphp
{{ isset($tax) ? 'Update' : 'Add New' }} Tax
@csrf @isset($tax) @method('put') @endisset