@if(\Wave\User::all()->count() < 1) Wave Installation @if(Request::get('complete')) @php \Illuminate\Support\Facades\Artisan::call('db:seed', [ '--force' => true ]); \Illuminate\Support\Facades\Artisan::call('storage:link'); @endphp

Successfully Installed 🎉

Click the continue button below to view your new SAAS application.

Continue
@else

Welcome to Wave

If you're ready to get started, click on the 'Install Wave' button below. In this future this installation screen will have a few setup options.

Install Wave
@endif @endif