@extends('layouts.frontendDashboard.master') @section('title', 'My Logs') @push('style') @endpush @section("body-start")
@endsection @section("content")
@include("frontend.content_manager.logs-table")
@endsection