@extends('layouts.admin') @section('header') Stranice / Uredi #{{$page->id}} @endsection @section('content') {!! Form::model($page, ['method' => 'PUT', 'route' => ['admin.page.update', $page], 'files' => true]) !!} @include('page._form') {!! Form::close() !!} @endsection