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