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