@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()->usertype=='Admin')

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 configuration. For this please connect to admin panel.

We create an admin account for you.
Email: admin@admin.com
Password: admin
You can find login form at top-right on this page or Click to Login
Warning: You must change admin password on user settings when you are login.

@endif
@endif
@endsection