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