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

Create Technology

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