@extends('layouts.app') @section('title','Sale Return Billings') @section('pages')
Customer

{!! $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' : '' !!}

--}}
Doctor
@if(!empty($doctors))

{!! $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'] : '' !!}

@else

Self

@endif
@csrf
Sale Return Details


{{-- @if(isset($accounting_group) && count($accounting_group) > 0) @foreach($accounting_group as $key => $list) @endforeach @else @endif @if($discount_group) @endif--}} @if($round_off) @endif
Transaction Mode Transaction Reference Advance Amount
{{$list->name ?? ''}}
No Data Found
{{$discount_group->name ?? ''}}
{{$round_off->name ?? ''}}
{{--
--}}
Additional Details

{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@endsection @section('js') @endsection