Okay guys, I figured it out, the answer is here: http://forumsarchive.laravel.io/viewtopic.php?id=9295
cheers!
@if(!$user->Vehicles->isEmpty())
@foreach($user->Vehicles as $vehicle)
{{-- Vehicle data goes here --}}
@endforeach
@else
{{-- No vehicles message goes here --}}
@endif
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community