@php use App\DashboardModel; $dashboardModelInstance = new DashboardModel(); $url=Request::fullUrl(); use App\MasterModel; $master_instance = new MasterModel(); @endphp @php $api_key = $dashboardModelInstance->get_API_key(); @endphp