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

Import SQL

@if (Request::route('error'))
Error while importing data, try again !
@endif

Your database is successfully connected.
The auto installer will run a sql file, will do all the tiresome works and set up your application automatically.

@endsection