@extends('service_provider.layouts.master') @section('title', 'My Profile') @section('content') @if (session('status'))
{{ $user->email }}
{{ $user->phone_number ?? 'No phone number provided.' }}
{{ $user->bio ?? 'You have not added a bio yet. Click Edit Profile to add one.' }}