@extends('layouts.blank') @section('content')

{{ "6valley Software Installation" }}

{{ "Please proceed step by step with proper data according to instructions" }}
{{ "Step 4." }}
{{ "Import Database" }}

{{ "Your Database has been connected ! Just click on the section to automatically import database" }}

@if(session()->has('error'))
{{ "Your database is not clean, do you want to clean database then import ?" }}
@else @endif
@endsection