@extends('layouts.student') @section('title', __('student.chat.history_page_title')) @section('content') @if(session('success')) @endif @livewire('student.chat-history-management') @endsection