@extends('backend.student.layouts.right_side_bar') @section('studentBody')
@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
{{csrf_field()}}
First Name *
Middle Name
Last Name *
Gender *
Date of Birth *
Marital Status
Profile Photo
Mobile No.*
Country *
State/Province *
District *
MNP/NP/VDC
Tole Name
@endsection @section('script') @endsection