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

Add Material

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