@extends('layouts.scaffold') @section('main')

Create Assignment

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