Species

@if ($species->count() > 0) @foreach ($species as $key => $specie) @endforeach @endif
Id Tree Name Status Created At
{{ $loop->iteration }} {{ $specie->name ? $specie->name : '-' }} {{ $specie->status ? ucfirst($specie->status) : '-' }} {{ $specie->created_at ? App\Helpers\GeneralHelper::dateFormat($specie->created_at) : '-' }}