@include('frontend.include.header'); @php use App\DashboardModel; use App\galleryModel; $dashboardModelInstance = new DashboardModel(); $galleryModelInstance = new galleryModel(); $profile_details = $dashboardModelInstance->get_member_profile($photo_details->user_id); $category = $dashboardModelInstance->get_category($photo_details->group_category); use App\MasterModel; $master_instance = new MasterModel(); @endphp