Awards Administration
This commit is contained in:
17
resources/views/admin/awards/show_fields.blade.php
Executable file
17
resources/views/admin/awards/show_fields.blade.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<!-- Title Field -->
|
||||
<div class="form-group">
|
||||
{!! Form::label('title', 'Title:') !!}
|
||||
<p>{!! $award->title !!}</p>
|
||||
</div>
|
||||
|
||||
<!-- Description Field -->
|
||||
<div class="form-group">
|
||||
{!! Form::label('Description', 'Description:') !!}
|
||||
<p>{!! $award->description !!}</p>
|
||||
</div>
|
||||
|
||||
<!-- Image Field -->
|
||||
<div class="form-group">
|
||||
{!! Form::label('image', 'Image:') !!}
|
||||
<p><img src="{!! $award->image !!}" alt="No Image Available" /></p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user