@extends('layouts.master') @section('title', 'Chat') @section('css') @endsection @section('content')
@section('breadcrumbs') @endsection
@include('admin.chat.chatsidebar')
@endsection @section('scripts') @endsection