@extends('backend.layouts.master') @section('content') Create Gallery {!! Form::open(['method' => 'POST', 'action' => 'Admin\GalleryController@store'])!!} @include('backend.gallery.partial') Feature Image Browse {!! Form::close() !!} @endsection