@extends('backend.layouts.admin.admin') @section('name', 'test') @section('content')
{{ Form::open(['route' =>'gallery.store','class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }} @include('backend.gallery.partials.form', ['header' => 'Add a Image']) {{ Form::close() }}
@stop @push('styles') @endpush @push('scripts') @endpush