@extends('layouts.frontendDashboard.master') @section('title', 'Support Agents') @push('style') @endpush @section("body-start")
@endsection @section("content")
@include("frontend.support_agent.index-table-list")
@endsection