@extends('backend.master_structure') @section('content') @php use App\DashboardModel; $dash_model_instace = new DashboardModel(); use App\MasterModel; $master_instance = new MasterModel(); @endphp