@extends('layouts.app', ['nav' => false]) @section('title', 'Welcome - Installation') @section('content')

{{ config('app.name', 'MPFG') }} Installation Step 1 of 3

@include('ic.partials.nav', ['active' => 'install'])

Welcome to MPFG Installation!

[IMPORTANT] Before you start installing make sure you have following information ready with you:

  1. Application Name - Something short & Meaningful.
  2. Database informations:
    • Username
    • Password
    • Database Name
    • Database Host
  3. Envato or Codecanyon Details:
@include('ic.partials.e_license') I Agree, Let's Go!
@endsection