@extends('layouts.admin') @section('header') Galerije / Novi unos @endsection @section('content') {!! Form::open(['route' => 'admin.gallery.store', 'files' => true]) !!} @include('gallery._form') {!! Form::close() !!} @endsection