@extends('mini-index') @section('title', __('Server Error')) @section('content')

500

Server Error

{{ __($exception->getMessage() ?: 'Server Error') }}

@endsection