jeudi 8 septembre 2016

Laravel if statement not working

I have this result from db dbResult

and this is my code

@foreach($getallmessage as $msg)  
     @if ($msg->myId != $msg->hisId)
        left //print left               
    @else
        right //print right
    @endif
@endforeachright

Aucun commentaire:

Enregistrer un commentaire