@if($transaction->buyer)
{{Lang::get('customer.buyers')}} @if($transaction->buyer->customer_type != 'Personal') {{$transaction->buyer->business_name}} @else {{$transaction->buyer->full_name}} @endif
{{Lang::get('customer.mobile_number')}} {{ $transaction->buyer->mobile_1 }} {{ isset($transaction->buyer->mobile_2) ? '/ '. $transaction->buyer->mobile_2 : ''}}
@endif