1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Added Layout to Admin Pages

Plugged in the new layout to the admin pages
This commit is contained in:
Ro
2023-08-18 18:50:33 -07:00
parent 8ed167b951
commit 2cd550eb28
8 changed files with 51 additions and 25 deletions

View File

@ -3,14 +3,13 @@
@section('main-content')
@parent
<section>
<article>
<article role="list">
<h2>Page {{$pageNum}}</h2>
<a href="/listings/{{$prev}}">PREV</a>
{{$pageNum}} of {{$totalPages}}
<a href="/listings/{{$next}}">NEXT</a><br />
@foreach($locations as $location)
<a href="/location/{{$location->uuid}}">{{$location->name}}</a></a><br />
<a role="listitem" href="/location/{{$location->uuid}}">{{$location->name}}</a></a><br />
@endforeach
<a href="/listings/{{$prev}}">PREV</a>
{{$pageNum}} of {{$totalPages}}