@extends('install.layout')
@section('title', __('Installing'))
@section('step-name', __('Install'))
@section('content')
{{ __('Installing') }} SnapNest.
{{ __('Please wait while we set everything up...') }}
{{-- Overall progress bar --}}
{{-- Steps --}}
{{-- Icon --}}
{{-- Label --}}
{{-- Duration --}}
{{-- Error --}}
{{-- Retry --}}
{{-- Success --}}
{{ __('Installation complete! Redirecting...') }}
@endsection