@extends('install.layout') @section('content')

{{ __('Application Settings') }}

{{ __('Configure your') }} {{ config('app.name') }} {{ __('instance.') }}

@csrf

{{ __('The full URL where') }} {{ config('app.name') }} {{ __('will be accessible. No trailing slash.') }}

← {{ __('Back') }}
@endsection