@php use App\DashboardModel; $dashboardModelInstance = new DashboardModel(); $comment_details = $dashboardModelInstance->get_comment_details($comment_id, $data_type); use App\MasterModel; $master_instance = new MasterModel(); @endphp