@extends('errors.layout') @section('code', '503') @section('title', 'Service Temporarily Unavailable') @section('icon', 'fa-solid fa-screwdriver-wrench') @section( 'message', 'The system is temporarily unavailable due to maintenance or a temporary service interruption. Please try again shortly.' ) @section('primary-action') Try Again @endsection