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

Add Result

@csrf @if(isset($result)) @method('PATCH') @endif
@if($errors->first('doc'))
* {{$errors->first('doc')}}
@endif
@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' : ''}}>--}} {{-- --}} {{--
--}} {{--
--}}
@endsection @section('js') @endsection