@extends('layouts.frontendDashboard.master') @section('title', $pageTitle) @section("body-start")
@endsection @section("content")
@include("frontend.support_agent.logs-table")
@endsection