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

Create Faculty

@if ($errors->any()) @endif
{{ Form::open(array('route' => 'faculties.store',"id"=>"createFaculty")) }} {{ Form::close() }}
@if ($scripts = 'js/faculties/create_faculties.js') @endif @stop