Species | |||||
Id | 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) : '-' }} |