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

Create Client

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