@extends('dealer.master') @section('content')
Data Tables
@foreach($buyers as $buyer) @foreach($buyer->plots as $plot) @isset($plot->plot_no) @endisset @endforeach @endforeach
Id Plot Name S/O CNIC Permanent Address Correspondence Address Tel. Number Mob. Number Email Booking Date Advance Amount See Details Deed Agreement Member Info Actions
{{$buyer->id}} {{$plot->plot_no}} {{$buyer->full_name}} {{$buyer->guardian_name}} {{$buyer->cnic}} {{$buyer->permanent_address}} {{$buyer->correspondence_address}} {{$buyer->tell_no}} {{$buyer->mob_no}} {{$buyer->email}} {{$buyer->booking_date}} {{$buyer->advance_amount}}
@stop