@extends('statamic::layout') @section('title', 'Eloquenty Collections') @section('content')

Eloquenty {{ __('Collections') }}

@if ($collections->count() === 0)

No collections specified. Please create a collection and specify its handle in config/eloquenty.php

@else @endif @endsection