@extends('installer::layouts.master') @section('page', __('Welcome')) @section('content')
@csrf

{{__('Installation Wizard')}}
{{__('This will get you started in a jiffy.')}}

@include('installer::includes.alerts')
{{__("Let's start with the basic information, but first we'd like to validate your purchase.")}}
@endsection @push('js') @endpush