{{--below is the check to see if records exist--}}
@if($ads->count() > 0)
{{--the table below will house all the current added projects and teh available action options--}}
ID
Ad name
Ad image
Ad status
Ad area
Action
@foreach($ads as $ad)
{{$ad->id}}
{{$ad->ad_name}}
{{--
{{$ad->ad_image}}
--}}
{!! '' !!}
@if($ad->ad_show == 1)
Shown
@else
Hidden
@endif
@if($ad->ad_area == 1)
Carousel
@else
Iwear Ad
@endif