| User: | {{ isset($b2b_user_detail) && isset($b2b_user_detail->name) ? $b2b_user_detail->name : $cust->name }} |
| Email: | {{ isset($b2b_user_detail) && isset($b2b_user_detail->email) ? $b2b_user_detail->email : $cust->email }} |
| Organization: | {{ isset($b2b_user_detail) && isset($b2b_user_detail->org_name) ? $b2b_user_detail->org_name : $cust->org_name }} |
| Phone: | {{ $cust->phone }} |
| Address: | {{ isset($b2b_user_detail) && isset($b2b_user_detail->address) ? $b2b_user_detail->address : $cust->address }} |
@if(isset($loc->location_name))
| Branch Affiliation: | {{ $loc->location_name }} |
@endif
@if($cust && $cust->is_void == 1)
| Void Status: | Void |
@endif