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

Create Assignment

{{ Form::open(array('route' => 'batchassignments.store','id' => 'batchcreate','files' => true)) }} {{ Form::close() }}
@if ($errors->any()) @endif @if ($scripts="/js/batchassignments/create_batchassignments.js") @endif @stop