@extends('backend.master') @section('content')
Data Tables
@foreach($plots as $plot) @if($plot->status=='pending') @isset($plot->block->block_name) @endisset @endif @endforeach
Id Type Block Size Plot Number Plot Type Dimenssion Price Total Price Booking Price Status Actions
{{$plot->id}} {{$plot->type}}{{$plot->block->block_name}}{{$plot->plot_size}} {{$plot->plot_no}} {{$plot->plot_type}} {{$plot->plot_dimenssion}} {{$plot->plot_price}} {{$plot->total_price}} {{$plot->booking_price}}
@stop