@extends('admin.layout') @section('admin-title') Fauna @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Fauna' => 'admin/world/faunas']) !!}
Fauna are the animals of your world.
@if (!count($faunas))No fauna found.
@else|
url !!}
@if ($fauna->thumb_extension) data-toggle="tooltip" title=" {{ ucfirst($fauna->name) }} " @endif />{!! $fauna->name !!} {{ $fauna->summary ? '(' . $fauna->summary . ')' : '' }} |
Edit |