@extends('layouts.portal') @section('content')

Book a Consultation

Schedule your session with certified mental health specialists.

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif
@csrf
@endsection