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

Create Classtimings

{{ Form::open(array('route' => 'classtimings.store','id' => 'classcreate')) }} {{ Form::close() }}
@if ($errors->any()) @endif @if ($scripts='js/classtimings/create_batchs.js') @endif @stop