@extends('admin.layout') @section('pg-title', 'Welcome to Fanatic!') @section('content')

This is the installation page. You will only need to complete this once, but values can be changed after installation.

@csrf
@error('title')

{{ $message }}

@enderror @error('name')

{{ $message }}

@enderror @error('email')

{{ $message }}

@enderror @error('password')

{{ $message }}

@enderror @error('password_confirmation')

{{ $message }}

@enderror
@endsection