@extends('install.layout') @section('title', 'Application Configuration') @section('content')

Step 3 – Application Configuration

Set the application name, URL, and environment settings.

@csrf
@error('app_name')

{{ $message }}

@enderror
@error('app_url')

{{ $message }}

@enderror
@error('app_env')

{{ $message }}

@enderror
← Back
@endsection