@php($message = 'Booking Form against booking details (Article Name:"'.$booking->plot->plot_id.' "Type:" '.$booking->plot->type .'") has been viewed') @php(EF::createLogs($message,'document')) Transfer History @include('letters.pdf_letter_header')

TRANSFER HISTORY

@include('documents.customer_info') @include('documents.plot_info')


@if(count($transfer) > 0)

Transfer History

@foreach($transfer as $rows)
Transfer {{$loop->iteration}}:
@isset($rows->getowner)

@endisset @endforeach @endif