@extends('errors.layout')
@section('title', '504 - Gateway Timeout')
@section('content')
{{-- Error Icon --}}
{{-- Error Code --}}
504
{{-- Error Title --}}
Gateway Timeout
{{-- Error Message --}}
Server membutuhkan waktu terlalu lama untuk merespons. Ini mungkin disebabkan oleh beban server yang tinggi. Silakan coba lagi dalam beberapa saat.
{{-- Action Buttons --}}
@endsection