@extends('layouts.student') @section('title','My Profile') @section('breadcrumb')@endsection @section('student-content')
My Profile
@csrf @method('PUT')
@if($student->photo) @else
@endif

Change Password (optional)

@endsection