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

Lecturer Profile

View details and manage lecturer record.

Name
{{ $lecturer->name }}
Email
{{ $lecturer->email }}
Phone
{{ $lecturer->phone ?: 'N/A' }}
Short Biography
{{ $lecturer->biography ?: 'N/A' }}
Detailed Bio
{{ $lecturer->bio ?: 'N/A' }}
Back
@csrf @method('DELETE')
@endsection