/home/hbazzi/domains/hostodo.com/hostodo-web/
Facade\Ignition\Exceptions\ViewException
Invalid argument supplied for foreach() (View: /home/hbazzi/domains/hostodo.com/hostodo-web/resources/views/main.blade.php)

Database name seems incorrect

You're using the default database name laravel. This database does not exist.

Edit the .env file and use the correct database name in the DB_DATABASE key

    • 37
      resources/views/main.blade.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :146
    • 36
      resources/views/main.blade.php
      :146
    • 1
      public/index.php
      :55
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError :146
resources/views/main.blade.php:146

131

132

133

134

135

136

137

138

139

140

141

142

143

144

145

146

147

148

149

150

151

152

153

154

155

156

157

158

159

160

161

</div>

<div class="text-gray-400 lg:font-medium ">

NVMe Disk

</div>

<div class="max-w-full text-gray-400 lg:font-medium ">

Bandwidth

</div>

<div class="text-gray-400 lg:font-medium ">

IPv4 + IPv6

</div>

<div></div>

<div class="text-gray-400 lg:font-medium">

</div>

</div>

</div>

@foreach ($gen2_plans as $plan)

<div class="p-2 mx-1 my-3 transition duration-150 ease-in-out border-4 border-gray-200 border-opacity-50 rounded-md shadow-xl shaddow-inner sm:hidden hover:bg-gray-700 focus:outline-none focus:bg-gray-700">

<div class="grid items-center grid-cols-2 gap-2">

<div class="font-medium leading-5 text-blue-400 ">

{{$plan['name']}}

</div>

<div></div>

<div class="text-sm font-extrabold text-gray-400 uppercase ">

CPU

</div>

<div class="font-medium text-gray-400">

{{$plan['vcpu']}} CPU Core

</div>

<div class="text-sm font-extrabold text-gray-400 uppercase ">

RAM

</div>