@php $url = isset($documentation) ? route('documentations.update', $documentation->uuid) : route('documentations.store'); @endphp
{{ isset($documentation) ? trans('documentations.modal.header.edit.title') : trans('documentations.modal.header.create.title') }}