@extends('students.layouts.layout') @section('content')
@if (auth()->user()->profile_photo_path) @else @endif

{{ auth()->user()->name }}

{{ auth()->user()->email }}

@include('flash-messages')

Update Profiles


@csrf
{{-- --}}
@endsection @push('js') @endpush