@include('frontend.include.header'); @php use App\DashboardModel; use App\blogModel; $dashboadModelInstance = new DashboardModel(); $blogModelInstance = new blogModel(); use App\MasterModel; $master_instance = new MasterModel(); @endphp