@extends('laravel-core-system::main') @section('content')

Database setup

Fill this form with valid database credentials

@if (Request::route('error'))
Invalid Database Credentials!! Please check your database credentials carefully
@endif

@csrf

@endsection