@extends('layouts.contentLayoutMaster') @section('content') {!! Form::open(['route' => ['StudentAttendances.store',['class_id' => $class->id]],'method'=>'POST' , 'onsubmit' => 'showLoader()']) !!} {{ Form::hidden('class_id',$class->id)}}
رقم الطالب | الأسم | غائب | سبب الغياب |
---|---|---|---|
{{ $student->id }}# | {{ $student->student_name }} |
|