@extends('layouts.guest') @section('title', 'Bangladesh Unbound - Server Error') @section('page-title', 'Server Error') @section('breadcrumb', '') @section('content')

500

Oops! Something went wrong on the server.

Please try again later.

@php $previous = url()->previous(); // Prevent redirect loop $backUrl = $previous !== url()->current() ? $previous : url('/'); @endphp Go Back
@endsection