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

Batch Material

{{ Form::model($batchmaterial, array('method' => 'PATCH', 'route' => array('batchmaterials.update', $batchmaterial->id),'id' => 'dounloadmat')) }} {{ Form::close() }}
@if ($errors->any()) @endif @stop