500.blade.php 131 B

12345
  1. @extends('errors::minimal')
  2. @section('title', __('Server Error'))
  3. @section('code', '500')
  4. @section('message', __('Server Error'))