@extends('backend.master_structure') @section('content') @php use App\DashboardModel; $dash_model_instace = new DashboardModel(); $top_cat_qr = $dash_model_instace->get_top_category(); $country_qr = $dash_model_instace->get_country(); $user_id = $contact_details_data->user_id; use App\MasterModel; $master_instance = new MasterModel(); @endphp @php $user_id = $contact_details_data->user_id; $data_type = "contact_details"; $database = "users_data"; $users_meta_details = $dash_model_instace->get_users_meta_data($user_id,$data_type,$database); @endphp