@foreach ($brands as $brand)
@if (!$brand->logo) @else @endif
{{$brand->value}}
@if (auth()->check() && (auth()->user()->user_type_id == 3 || auth()->user()->user_type_id == 4)) @if (auth()->check()) @endif @else @if (auth()->check()) @else @endif @endif
@endforeach