@if (Session::has('message'))
{{ Session::get('message') }}
@endif
@if (Session::has('alert'))
{{ Session::get('alert') }}
@endif
| No |
Topic Name |
Description |
Solve |
@foreach($entities as $entity)
|
{{ $entity->{'name'} }} |
{{ $entity->{'description'} }} |
@if ($entity->{'checkstat'})
@else
@endif
|
@endforeach