@extends('layouts.error') @section('title', 'Server Error') @section('content')
500

Internal Server Error

We're experiencing some technical difficulties on our end. Our team has been notified and is working to fix the issue.

@auth Go to Dashboard @else Sign In Go to Home @endauth
@auth @endauth
If this problem persists, please contact support with details about what you were doing when the error occurred.
@endsection @auth @push('scripts') @endpush @endauth