@extends('stv::stms') @section('title', 'Database') @section('content')
@csrf @method('POST')
@if (scDotPkS())
Please enter your database configuration details below.
@if ($errors->has('database.DB_HOST')) {{ $errors->first('database.DB_HOST') }} @endif
@if ($errors->has('database.DB_PORT')) {{ $errors->first('database.DB_PORT') }} @endif
@if ($errors->has('database.DB_USERNAME')) {{ $errors->first('database.DB_USERNAME') }} @endif
@if ($errors->has('database.DB_PASSWORD')) {{ $errors->first('database.DB_PASSWORD') }} @endif
@if ($errors->has('database.DB_DATABASE')) {{ $errors->first('database.DB_DATABASE') }} @endif
@endif @if(scSpatPkS())
Please enter your administration details below.
@if ($errors->has('admin.first_name')) {{ $errors->first('admin.first_name') }} @endif
@if ($errors->has('admin.last_name')) {{ $errors->first('admin.last_name') }} @endif
@if ($errors->has('admin.email')) {{ $errors->first('admin.email') }} @endif
@if ($errors->has('admin.password')) {{ $errors->first('admin.password') }} @endif
@if ($errors->has('admin.password_confirmation')) {{ $errors->first('admin.password_confirmation') }} @endif
@endif
Previous Next
@endsection @section('scripts') @endsection