@include('frontend.include.header'); @php use App\DashboardModel; use App\galleryModel; $dashboardModelInstance = new DashboardModel(); $galleryModelInstance = new galleryModel(); use App\MasterModel; $master_instance = new MasterModel(); @endphp @php $post_id = $audio_details->post_id; $users_meta_data = $dashboardModelInstance->get_users_meta_data($post_id,'audio_details','data_posts'); $profile_details = $dashboardModelInstance->get_member_profile($audio_details->user_id); @endphp