@extends('admin.layouts.app') @section('content')
profile-image

{{ $doctor->name }}

ID {{ $doctor->id }}
Doctor Name {{ $doctor->name }}
Speciality {{ $specialitiesList }}
Email {{ $doctor->email }}
Phone Number {{ $doctor->phone_number }}
Education {{ $doctor->education }}
Location {{ $doctor->location }}
Price Range $ {{ $doctor->min_price }} - ${{ $doctor->max_price }}
Doctor Description {{ $doctor->description}}
Registered Date {{ $doctor->created_at->format('M d, Y') }}
@endsection