@extends('student.main') @section('title', 'Konsultasi') @section('content') @livewire('student.final.consultation-detail', ['data' => $data, 'chat' => $chat]) @endsection