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