@extends('layouts.installer') @section('content')

Stackfood Software Installation

Please proceed step by step with proper data according to instructions
Step 5.
Admin Account Settings

These information will be used to create super admin credential for your admin panel.

@if (isset($error) || session()->has('error'))
{{isset($error) ? $error : session('error')}}
@elseif(session()->has('success'))
{{session('success')}}
@endif
@csrf
@endsection