{{----}}
@if(Auth::user()->role->name == 'admin')
@if ($gallery->status !== 'Approved')
check
@endif
@if ($gallery->status === 'Approved')
close
@endif
trash
@endif