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

Edit Batch

@if ($errors->any()) @endif
{{ Form::model($batch, array('method' => 'PATCH', 'route' => array('batches.update', $batch->id),'id' => 'editBatch')) }} {{ Form::close() }}
@if ($scripts='js/batches/edit_batchs.js') @endif @stop