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