@extends('layouts.master') @section('title', 'Agro Pro - Animals') @section('content')
Animals
ANIMALS {{ $animals->count() }}
@foreach($animals as $animal) @php $type_count = DB::table('animal_types')->where('animal_id', '=', $animal->id)->get()->count();@endphp {{-- --}} {{$animal->animal_name}} 0) class="badge gradient-yellow" @elseif($type_count == 0) style="display:none;" @endif>{{$type_count}} @endforeach
@csrf
@csrf
@endsection @section('footer-links') @endsection