@extends('zainiklab.installer.layout') @section('title', 'Configuration') @section('content')
@if($errors->any()) @endif
@csrf

{{__('Please enter your application details')}}

{{__('Please enter your database connection details')}}

{{__('Please enter your SMTP details')}}

@endsection