@extends('layouts.default') @section('content')

Gallery Management

@include('layouts.flash')
Add Image
{!! Form::open(array('gallery' => 'form', 'url' => 'gallery', 'files'=> true, 'class' => 'form-horizontal')) !!} @include('gallery.form')
{!! Form::close() !!}
@stop