@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Chat Box')) @section('vendor-style') @endsection @section('page-style') @endsection @section('content-sidebar') @include('customer.ChatBox._sidebar') @endsection @section('content')
@endsection @section('vendor-script') @endsection @section('page-script') @if(config('broadcasting.connections.pusher.app_id')) @endif @endsection