@php
use App\registerModel;
$stipe_key_model_instance = new registerModel();
use App\MasterModel;
$master_instance = new MasterModel();
use App\DashboardModel;
$dash_model_instace = new DashboardModel();
$country_qr = $dash_model_instace->get_country();
@endphp
@include('frontend.include.header')