@extends('layouts.app') @section('title','Sale Return Billings') @section('pages')
{!! $customers['name'] ?? '' !!}
{!! isset($customers['phone_no']) && $customers['phone_no'] != '' ? ' ' . $customers['phone_no'] : '' !!}
{{--{!! isset($customers['gender']) && $customers['gender'] != '' ? ' ' . $customers['gender'] : '' !!}{!! isset($customers['date_of_birth']) && $customers['date_of_birth'] != '' ? ', ' . age($customers['date_of_birth']) . ' Years' : '' !!}
--}}{!! $doctors['name'] ?? '' !!}
{!! isset($doctors['phone_no']) && $doctors['phone_no'] != '' ? ' ' . $doctors['phone_no'] : '' !!}
{!! isset($doctors['gender']) && $doctors['gender'] != '' ? ' ' . $doctors['gender'] : '' !!}{!! isset($doctors['date_of_birth']) && $doctors['date_of_birth'] != '' ? ', ' . $doctors['date_of_birth'] : '' !!}
@elseSelf
@endif