Skip to content

Commit

Permalink
Show descriptions for areas
Browse files Browse the repository at this point in the history
  • Loading branch information
amenk committed Aug 12, 2023
1 parent 3b0d6c5 commit a76123b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/views/page/area.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
@extends('layouts.index')

<h1>{{ $area->getFullName() }}</h1>

@php($description = Fallback::resolve($area->descriptions))
@if($description)
<p>{{ $description }}</p>
@endif

<h2>Types</h2>

@foreach($types as $type)
Expand Down

0 comments on commit a76123b

Please sign in to comment.