@if(count($gallery) > 0)
@foreach($gallery as $mygallery)
@php
$sub_gallery = App\AlumniGallery::where('gallery_id',$mygallery->id)->get();
@endphp
@if(count($sub_gallery) > 0)
@foreach($sub_gallery as $my_subgallery)
-
@endforeach
@endif
@endforeach
@endif