@extends('zainiklab.installer.layout')
@section('title', 'Configuration')
@section('preloader')
{{__('Your install is processing. Please wait a few minutes')}}.
@endsection
@section('content')
@if($errors->any())
{{$errors->first()}}
@endif
@endsection
@push('script')
@endpush