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

Add Result

@csrf
@if($errors->first('student_name'))
{{$errors->first('student_name')}}
@endif
@if($errors->first('student_roll_no'))
{{$errors->first('student_roll_no')}}
@endif
@if($errors->first('subject'))
{{$errors->first('subject')}}
@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