@extends('elibrary.layouts.app') @section('content')

Add Student

@csrf
@if($errors->first('name'))
{{$errors->first('name')}}
@endif
@if($errors->first('email'))
{{$errors->first('email')}}
@endif
@if($errors->first('address'))
{{$errors->first('address')}}
@endif
@if($errors->first('phone'))
{{$errors->first('phone')}}
@endif
@if($errors->first('roll_no'))
{{$errors->first('roll_no')}}
@endif
@if($errors->first('class'))
{{$errors->first('class')}}
@endif
status == 1) || old('status') ? 'checked' : ''}} checked>
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--

By uploading documents, audios and videos you agree to our License agreement

--}}
@endsection @section('js') @endsection