@extends('layouts.frontendDashboard.master')
@if($logs == 'support-manager')
@section('title', 'My Logs')
@else
@section('title', 'Logs')
@endif
@section("body-start")
@endsection
@section("content")
@if($logs == 'support-manager')
{{__('My Logs')}}
@else
{{__('Logs')}}
@endif
@include("frontend.support_manager.logs-table")
@endsection