@extends('master') @section('head') Dashboard | Chats @endsection @section('content') @include('dashboard.partials._header')
@if (! request()->get('page')) @endif
@include('dashboard.partials.tables.dataform-chats')
@endsection