@foreach(\App\Category::all() as $category)
@endforeach
@foreach(\App\Gallery::all() as $gallery)
@endforeach
art_track
{{----}}
@if(Auth::user()->role->name == 'admin')
@if ($gallery->status !== 'Approved')
check
@endif
@if ($gallery->status === 'Approved')
close
@endif
@endif