@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Add New Network

@if (\Session::has('success'))
@endif @if (\Session::has('error'))
@endif

Add New Networks

{{ Form::open(array( 'action' => 'NetworkController@postNetwork','class'=>'form-horizontal','files' => true,'role' => 'form', 'enctype'=>'multipart/form-data')) }}
{{Form::close()}}
@include('layouts.footer')