@extends('layouts.app') @section('title') Scavenger Hunt :: {{ $hunt->displayName }} @endsection @section('content') {!! breadcrumbs(['Scavenger Hunts' => $hunt->url, $hunt->displayName => $hunt->url]) !!}
You have found @if (isset($participantLog)) {{ $participantLog->targetsCount }} @else 0 @endif /{{ count($hunt->targets) }} targets!
Here's a clue to get you started...
{{ $hunt->clue }} @elseThere doesn't seem to be a clue for this hunt. You're on your own!
@endifThe {!! $hunt->targets[$key - 1]->item ? $hunt->targets[$key - 1]->item->name : 'Deleted Asset' !!} had this message for you:
{!! $hunt->targets[$key - 1]->description !!}
@endif @endif @endforeach @endif