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

Edit Student

{{ Form::model($student, array('method' => 'PATCH', 'route' => array('students.update', $student->id),'files' => true,'id'=>'editStudents')) }} {{ Form::close() }} @if ($errors->any()) @endif @if ($scripts='js/students/edit_students.js') @endif @stop