@extends('layouts.app') @section('title', ($counselor->user->name ?? 'Counselor') . ' — CareerPath') @push('styles') @endpush @section('content')
{{ $counselor->bio }}
Ready to get expert career guidance? Book a 60-minute session with {{ $counselor->user->name ?? 'this counselor' }}.
@if($counselor->is_active) Book Now — PKR {{ number_format($counselor->session_fee) }}/session @elseThis counselor is currently unavailable for bookings.
@endif