@extends('errors.layout') @section('title', __('Kesalahan Server')) @section('code', '500') @section('icon', 'ph:warning-octagon-bold') @section('message', $exception->getMessage() ?: __('Maaf, terjadi kesalahan internal pada server kami. Silakan coba beberapa saat lagi.'))