@extends('layouts.frontendDashboard.master') @section('title', 'Edit Content') @push('css') @endpush @section('page-heading-title') @endsection @section('content')
@include('frontend.content_manager.contents.edit-content-form')
@endsection