@extends('layouts.backend') @section('top-title', 'SugarSammy: Edit Page') @section('title', 'Admin') @section('content')
@if (\Session::has('message'))
@endif Back to admin {!! Form::open(['url' => "/pages/edit/$id"]) !!}






Select the sidebar you want this page to display

Sidebar 1

@include('sidebar')
Sidebar 2

@include('sidebar_2')
Sidebar 3

@include('sidebar_3')
{{ Form::submit('Save Page') }} {!! Form::close() !!}
 @endsection