@extends('service_provider.layouts.master') @section('title', 'My Profile') @section('content') @if (session('status')) @endif

My Profile

Edit Profile
Profile Avatar

{{ $user->name }}

{{ $user->email }}

{{ $user->phone_number ?? 'No phone number provided.' }}


Bio

{{ $user->bio ?? 'You have not added a bio yet. Click Edit Profile to add one.' }}

@endsection