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

Create Batch

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