@extends('layouts.admin') @section('jumbotron')

Edit Page

@endsection @section('content')
@include('layouts.errors')
{{ method_field('PUT') }} {{ csrf_field() }}
(Required) - Write title for the page. Example : My page.
(Required) - Write slug for the page. Example : this-is-my-page.
@endsection