@extends("app") @section('header') @endsection @section('content')
@if(isset($type))

{{ $type }} Are Not Ready Yet!

Must add 5 {{ $type }} at least!

@else

Welcome to Buzzy

Thanks for Buying and Using Buzzy Script.
@if(Auth::check() && Auth::user()->isAdmin())

Your homepage is not ready yet!

You must have at least 1 posts.



Go to Admin Panel Settings and Configure the Site!
Admin Panel Settings @else

Your Buzzy script successfully installed!

Your homepage is not ready yet!
Let's add some posts using great editor.
But before that you may want to check some configurations. For this please connect to admin panel.

We have created an admin account for you.
Email: admin@admin.com
Password: admin
Login form in the upper right corner of this page or Click here to Login

Warning: You must change the administrator password in the user settings after logging in.

@endif
@endif
@endsection