@extends('layouts.portal') @section('title', __('profile.title') . ' — ' . config('app.name')) @section('page_title', __('profile.title')) @section('content')
@if ($user->isConsultant()){{ __('profile.booking_link_hint') }}
@php $bookingUrl = route('booking.index'); @endphp{{ $bookingUrl }}
{{ __('profile.open_booking_page') }}