@extends('layouts.portal') @section('title', __('profile.title') . ' — ' . config('app.name')) @section('page_title', __('profile.title')) @section('content')
@csrf @method('PUT')

{{ __('profile.phone_note') }}

@if ($user->isConsultant())

{{ __('profile.clinic_location_title') }}

{{ __('profile.clinic_location_hint') }}

{{ __('profile.clinic_map_hint') }}

@endif
@if ($user->isConsultant())

{{ __('profile.booking_link_title') }}

{{ __('profile.booking_link_hint') }}

@php $bookingUrl = route('booking.index'); @endphp
QR
@endif @endsection @if ($user->isConsultant()) @push('head') @endpush @push('scripts') @endpush @endif