mgsmus
@if($single_data->cinsiyet == 0)
@if($single_data->anneYavru !== null && $single_data->anneYavru->count() > 0)
Toplam : <strong class="bg-success">{{ $single_data->anneYavru->count() }}</strong> Yavru Var
@else
<strong class="bg-danger">Yavru Bulunmuyor</strong>
@endif
@elseif($single_data->cinsiyet == 1)
@if(!is_null($single_data->babaYavru))
@if($single_data->babaYavru->count() > 0)
Toplam : <strong class=" bg-success">{<span>{{$single_data->babaYavru->count()}}</span>}</strong> Yavru Var
@else
<strong class=" bg-danger">Yavru Bulunmuyor</strong>
@endif
@else
<strong class=" bg-danger">Yavru Bulunmuyor</strong>
@endif
@endif
hocam view dosyamda aslında kontrol ediyorum normalde şuan eger ki ilgili hayvanın kupe bilgisi herhangi bir hayvan da var ise hata vermiyor ama
hiçbir hayvanın anne_kupe bilgisind yadababa_kupe bilgisinde ilgili hayvan kupe bilgisi yok ise patlıyor ve
Call to a member function count() on null (0)
dönüyor
sizin gibi yaptıgımda ise
@if(!is_null($single_data?->anneYavru))
dönen hata
syntax error, unexpected '->' (T_OBJECT_OPERATOR) (0)
söz dizimi hatasına düşüyorum :S