@extends('layouts.frontendDashboard.master') @section('title', 'Manage Pages') @section('body-start')
@endsection @section('content')
@include('frontend.content_manager.contents.index-table-list')
@endsection