12 lines
363 B
PHP
12 lines
363 B
PHP
@extends('errors.illustrated-layout')
|
|
|
|
@section('code', '500 🤕')
|
|
|
|
@section('title', __('Server Error'))
|
|
|
|
@section('image')
|
|
<div style="background-image: url(https://picsum.photos/seed/picsum/1920/1080);" class="absolute pin bg-no-repeat md:bg-left lg:bg-center bg-cover"></div>
|
|
@endsection
|
|
|
|
@section('message', __('Something went wrong. Call the dev!!!'))
|