@extends('install') @section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif

Information needed

Please provide the following information. Do not worry, you can always change these settings later.

@csrf
Working....
@endsection