@extends('backend.master') @section('content')
Data Tables
@foreach($plots as $plot) @endforeach
Id Block Size Plot Number Plot Type Dimenssion Price Total Price Booking Price File No Action
{{$plot->id}} @isset($plot->block->block_name) {{$plot->block->block_name}} @endisset {{$plot->plot_size}} {{$plot->plot_no}} {{$plot->plot_type}} {{$plot->plot_dimenssion}} {{$plot->plot_price}} {{$plot->total_price}} {{$plot->booking_price}} {{$plot->plot_file_no}} Edit
@stop