@extends('layouts.app')
@section('title', 'Support - Tiqkets')
@section('page-title', 'Support')
@push('styles')
@endpush
@section('content')
@if (Auth::user()->role == 1)
Select a user conversation to start chatting
@else
Select a support admin from the list to start chatting
@endif
@endsection
@push('scripts')
@endpush