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

Stackfood Software Installation

All Done, Great Job. Your software is ready to run.
Configure the following setting to run the system properly
  • Business Setting
  • MAIL Setting
  • Payment Gateway Configuration
  • SMS Gateway Configuration
  • 3rd Party APIs
Landing Page @php $data = \App\Models\DataSetting::where('type', 'login_admin')->pluck('value')->first() ?? 'admin'; @endphp Admin Panel
@endsection