@extends('install.layout') @section('title', 'Application') @section('step-name', 'Application') @section('content')
Step 4 of 8

Application basics.

Name your install, set the public URL, and pick a timezone + default language.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
No timezones match.
Back
@push('scripts') @endpush @endsection