@extends('layouts.errors') @section('http_error') 429 | Page Expired @endsection @section('imports') @endsection @section('styles') @endsection @section('content') @php $server_image = \App\Models\User::first()->value('profile_photo') ?? asset('images/only_harsi.png'); @endphp {{-- Card --}} {{-- Logo Hotel --}} {{-- Message --}} {{-- Title --}} {{ __('common_responses_and_messages')['welcome'] }} @auth {{ Auth::user()->name }} ({{ Auth::user()->role }}) @endauth {{-- Action Buttons --}} {{-- Go Home --}} {{-- Go to Settings --}} {{-- Log Out --}} @endsection @section('scripts') {{-- Tokens Configurations --}} @endsection