@extends('student.master') @section('title', 'Edit Profile') @section('content')
@csrf

Your Profile Picture

@if($students->image!=NULL && file_exists(public_path('uploads/studentProfile/'.$students->image))) @endif

{{--

--}} {{--

--}} {{--

--}} {{--

--}}

Back

Change your password

@endsection @push('student-js') @endpush