@extends('layouts.app') @section('title') Scavenger Hunt :: {{ $target->item->name }} @endsection @section('content') {!! breadcrumbs(['Scavenger Hunts' => $hunt->url, $hunt->displayName => $hunt->url, $target->item->name => $target->url]) !!}
{!! $target->displayItemLong !!}
Congratulations! Click the button below to log that you've found this target and claim this prize.
It seems a message was attached!
{{ $target->description }}
You've already claimed this!
@endif @elseThis hunt isn't active. Check the hunt's page for more information!
@endif