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

Edit Faculty Profile

@csrf @method('PUT')
Separate multiple qualifications with commas (e.g., B.Tech, M.Tech, Ph.D)
@if ($profile->profile_photo_path)
Profile Photo
@endif
@endsection