@extends('layouts.app') @section('title', 'SAM Bans - Error') @section('content')

Connection Error

{{ $error }}

@if($details && config('app.debug'))

Technical Details:

{{ $details }}
@endif

Possible Solutions:

  • Check that the SAM database is running and accessible
  • Verify the database connection settings in the plugin configuration
  • Ensure the database user has proper permissions
  • Check that the SAM tables exist in the database
@endsection