@extends('layouts.frontendDashboard.master') @section('title', 'Dashboard') @section("body-start")
@endsection @section("content")
@include("frontend.content_manager.dashboard-content")
@include("frontend.content_manager.dashboard-logs")
@endsection