@extends('layouts.scaffold') @section('title') Add Batch Attendance|Golars Networks @stop @section('main')

Create Attendance

{{ Form::open(array('route' => 'batchattendances.store','id' => 'batchAtten')) }} {{ Form::hidden('batch_id', $batch_id)}} {{ Form::hidden('batchName', $batchName,array('id' => 'abname'))}} {{ Form::close() }}
@if ($errors->any()) @endif @if ($scripts='js/batchattendance/create_attendance.js') @endif @stop