@if ($staff->role == 'vendor')
@else
@endif
@if ($staff->role == 'vendor')
@if ($staff->vendor_id != 0)
@if ($staff->vendor->show_email_addresss == 1)
{{ $staff->vendor->email }}
@endif
@endif
@else
@if ($staff->email_status == 1)
{{ $staff->email }}
@endif
@endif
{{ __('Select Staff') }}