@extends('installer.app') @section('content') @php $enabled=true; @endphp

{{ __('Enter Site name and database connection credentials') }}

@csrf
{{ __('Note:') }} {{ __('do not use hash(#)') }}

{{ __('How to create database?') }}


@csrf
@endsection @push('js') @endpush