@extends('backend.admin.layouts.master') @section('content')
Back
@if(\Illuminate\Support\Facades\Auth::user()->hasRole('Super Admin')) @livewire('backend.support.chat-component') @else @livewire('backend.support.chat-component-user') @endif
@endsection @section('before_css') @endsection @section('scripts') @endsection