@extends('layouts.frontendDashboard.master') @section('title', 'Edit Page') @section("body-start")
@endsection @section("content")
@include("frontend.content_manager.contents.edit-content-form")
@endsection