@extends('admin.layout') @section('admin-title') Scavenger Hunts @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Scavenger Hunts' => 'admin/data/hunts']) !!}
This is a list of scavenger hunts.
@if (!count($hunts))No hunts found.
@else {!! $hunts->render() !!}