'Feladványok megtekintése' sablon megvalósítása
This commit is contained in:
parent
dc08871b54
commit
7f78eb2d94
20
picquiz/resources/views/game/gameList.blade.php
Normal file
20
picquiz/resources/views/game/gameList.blade.php
Normal file
@ -0,0 +1,20 @@
|
||||
@extends('template')
|
||||
|
||||
@section('title')
|
||||
<title>Feladványok megtekintése</title>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
||||
@if ( count($Games) == 0 )
|
||||
<h1>Hoppá! Még nem játszottál egy feladvánnyal sem!</h1>
|
||||
@else
|
||||
@foreach($Games as $game)
|
||||
<p>$game->created_at</p>
|
||||
<p>$game->created_at</p>
|
||||
<p>$game->created_at</p>
|
||||
<p>$game->created_at</p>
|
||||
@endforeach
|
||||
@endif
|
||||
|
||||
@endsection
|
Loading…
x
Reference in New Issue
Block a user