@extends('backend.master_structure')
@section('content')
@php
$segments = request()->segments();
$group_id = end($segments);
use App\DashboardModel;
$dash_model_instace = new DashboardModel();
$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
{{--