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

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