@extends('User.Layout.main_layout') @section('title','Edit Profile') @section('main_container')

@csrf
/home/karnava/public_html/center.karnavati.in/resources/views/User/edit_profile.blade.php on line 31
" name="name_applicant" class="form-control" > @if ($errors->has('name_applicant')) {{ $errors->first('name_applicant')}} @endif
/home/karnava/public_html/center.karnavati.in/resources/views/User/edit_profile.blade.php on line 38
" name="email" class="form-control" > @if ($errors->has('email')) {{ $errors->first('email')}} @endif
/home/karnava/public_html/center.karnavati.in/resources/views/User/edit_profile.blade.php on line 45
" name="phone" class="form-control" >
@endsection