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

Edit Technology

@if ($errors->any()) @endif
{{ Form::model($technology, array('method' => 'PATCH', 'route' => array('technologies.update', $technology->id), 'id' => 'editTechnologies')) }} {{ Form::close() }}
@if ($scripts = 'js/technologies/edit_technologies.js') @endif @stop