@extends('layouts.app') @section('title','Purchase Billings') @section('pages')
{!! $customers['name'] ?? '' !!}
{!! isset($customers['phone_no']) && $customers['phone_no'] != '' ? ' ' . $customers['phone_no'] : '' !!}
{!! $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