@foreach ($mbActive as $mb)
{{ \App\Helpers\Helper::getHumanDate($mb->mb_activation_date) }} |
{{ $mb->studio->name }} |
{{ $mb->studio->address }} |
{{ $mb->studio->owner->first_name ?? '' }} {{ $mb->studio->owner->last_name ?? '' }} |
{{ $mb->studio->owner->email ?? '' }} |
@endforeach