@extends('backend.layouts.master') @section('title') Edit a Page @endsection @section('css') @endsection @section('content')
{!! Form::open(['method'=>'PUT','id'=>'pageedit-form','url'=>route('pages.update', $page->id),'class'=>'needs-validation','novalidate'=>'','enctype'=>'multipart/form-data']) !!}

General Details

Please enter the page Name.
Please enter the Page Slug.
Banner image for current basic section. (SIZE: 1920 x 400px)
Please select a image.

Choose the Section for Pages


* Select the sections to use in the page by clicking on the section images below.
Basic Section
Call to Action
Call to Action 2
Background Image Section
Mission, Vision & Values
Simple Header & Description
Map and Description
Gallery Section 1
Please enter the heading.
Please enter the subheading.
Slider Lists
Please enter the list number.
* using this element will create a inner page to display individual list data. Use only when big informations are needed to be showcased
Box description
Please select the number.
{!! Form::close() !!}
@endsection @section('js') @endsection