@extends('layouts.scaffold') @section('title') Create Batchattendance|Golars Networks @stop @section('main')

Create Batchattendance

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