Skip to content

Commit

Permalink
Add simple show details
Browse files Browse the repository at this point in the history
  • Loading branch information
techenby committed Apr 25, 2024
1 parent e5fb680 commit b1604c4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions resources/views/tricks/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
</h2>
</x-slot>

<div class="py-12">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">

<x-container>
<div class="space-y-8">
<div>{{ $trick->description }}</div>
<div>
<pre>{{ $trick->code }}</pre>
</div>
</div>
</div>
</x-container>
</x-app-layout>

0 comments on commit b1604c4

Please sign in to comment.