@extends('install.layout') @section('title', __('Welcome')) @section('step-name', __('Welcome')) @section('content')
{{-- Heading --}}

{{ __('Welcome to') }} SnapNest.

{{ __("Let's set up your photography event management platform.") }}

{{-- Feature Cards --}}

{{ __('Database') }}

{{ __('Security') }}

{{ __('Media') }}

{{ __('Admin') }}

{{-- Begin Installation Button --}} {{ __('Begin Installation') }}
@endsection