@if(count($customer->where('brand_code', $brand)) == 0)
@else
@foreach($customer->where('brand_code', $brand) as $result)
{{$result['shopify_id']}}Copy ID
{{$result['Customer_Name']}}
{{$result['email']}}
{{$result['phone']}}
Available Promo
Used Promo
@endforeach
@endif