@extends('adminlte::page') @section('content')

BioDiversity

List of BioDiversity

@if(session('success')) @endif
@foreach($biodiversity as $bio) @endforeach
ID Title Image Visibility Status Actions
{{ $bio->id }} {{ $bio->title }} Image @if ($bio->visibility == 1) Public @else Private @endif @if ($bio->status == 1) Active @else Inactive @endif Edit    
@stop @section('js') @include('admin.biodiversity.scripts.index') @stop