hypothetical/resources/views/templates/error.blade.php

15 lines
364 B
PHP

@extends('templates.base')
@section('page-includes')
<link rel="stylesheet" href="/css/error.css?version={{ Version::get() }}" />
@endsection
@section('page-content')
<div class="flex-fix">
<div class="error-page">
<div class="error-page-content">
{{ $title }}
</div>
</div>
</div>
@endsection