@if ($flora) {!! Form::open(['url' => 'admin/world/floras/delete/' . $flora->id]) !!}

You are about to delete {!! $flora->name !!}? This is not reversible. If you would like to hide the flora from users, you can set it as inactive from the flora settings page.

Are you sure you want to delete {{ $flora->name }}?

{!! Form::submit('Delete Flora', ['class' => 'btn btn-danger w-100']) !!}
{!! Form::close() !!} @else Invalid flora selected. @endif