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