@extends('frontend.provider.app') @section('title', __('Chat')) @section('content')
@include('provider.partials.sidebar')
{{ __('All Chats') }}
@endsection @push('scripts') @endpush