@extends('backend.layouts.master') @section('content')

Create Gallery

{!! Form::open(['method' => 'POST', 'action' => 'Admin\GalleryController@store'])!!}
@include('backend.gallery.partial')
{!! Form::close() !!}
@endsection