| {!! $person->category->name !!} |
{!! $person->name !!} |
{!! $person->link !!} |
{!! $person->description !!} |
{!! $person->image !!} |
{{-- {!! Form::open(['route' => ['people.destroy', $person->id], 'method' => 'delete']) !!}
@('people.delete'){!! Form::button(' ', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!} --}}
|
@endforeach