@extends('dealer.master') @section('content')
Data Tables
@foreach($buyers as $buyer) @foreach($buyer->plots as $plot) @isset($plot->block->block_name) @endisset @endforeach @endforeach
File Number Block Plot Number Name CNIC Mobile Number Action
12323123{{$plot->block->block_name}}{{$plot->plot_no}}{{$buyer->full_name}} {{$buyer->cnic}} {{$buyer->mob_no}}
@stop