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

Create Student

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