@extends('backend.master_structure') @section('content') @php $segments = request()->segments(); $group_id = end($segments); use App\DashboardModel; $dash_model_instace = new DashboardModel(); $top_cat_qr = $dash_model_instace->get_top_category(); $url = Request::url(); $word = "books-dvds-elearning" @endphp @if(strpos($url, $word) !== false) @php $data_categories_qr = $dash_model_instace->get_data_category($word); @endphp @endif @php use App\MasterModel; $master_instance = new MasterModel(); @endphp @php $group_id = $edit_classified_data->group_id; $data_type = "bookdvds&elearning_details"; $database = "users_portfolio_groups"; $users_meta_details = $dash_model_instace->get_users_meta_data($group_id,$data_type,$database); @endphp @if(Session::has('data-updated')) @endif

Book DVDs & Elearning

{{--