@extends('layouts.frontendDashboard.master') @section('title', 'Dashboard') @push('style') @endpush @section('body-start')
@endsection @section('content')
@include('frontend.support_agent.dashboard-logs')
@endsection @push('scripts') @endpush