@extends('layouts.frontendDashboard.master') @section('title', 'Add Page') @push('css') @endpush @section('content')
@include('frontend.content_manager.contents.create-content-form')
@endsection