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