{{ config('settings.company_name') }} | |||||
{{ config('settings.address_1') }} |
{{ $heading }} | |||||
@if ($search_by['from'] && $search_by['to']) {{ __('lang.from') }} {{ $transaction->date_format($search_by['from']) }} {{ __('lang.to') }} {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' . $transaction->date_format(now()) }} @endif |
{{__('lang.serial_no')}} | {{__('lang.owner')}} | {{__('lang.resident')}} | {{__('lang.handover_date')}} | {{__('lang.description')}} |
---|---|---|---|---|
{{ $loop->iteration }}. {{ $product->branch->name ?? '-' }} - {{ $product->product_unique_id ?? '-' }} | ||||
{{ $loop->iteration }} | {{ $history->owner->name }} | {{ $history->tenant->name }} | {{ $transaction->date_format($history->hand_over_date) }} | {{ $history->description ?? '-' }} |