startSection('mainContent'); ?>

Manage Bookings

Booking Request List


addLoop($__currentLoopData); foreach($__currentLoopData as $booking): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> sales_id)->first(); $sale_d= App\SaleDetail::where('sales_id',$booking->sales_id)->first(); $plot= App\Plot::where('id',$sale_d->plot_id)->first(); $block= App\Block::where('id',$plot->block_id)->first(); $member= App\Member::where('id',$booking->member_id)->first(); $sall =App\Sale::where('id', $booking->sales_id)->first(); ?> popLoop(); $loop = $__env->getLastLoop(); ?>
#SL Member Name Paid Amount Due Amount Block & Plot Details Date
index + 1); ?> name); ?> amount); ?> due); ?> Block Name: title); ?>
Plot size: plot_size); ?>
Plot no: plot_no); ?>
File no: sale_no); ?>
Road: road); ?>
Face: face); ?>
Rate: total_rate); ?>
date))); ?>
stopSection(); ?> make('otherusers.customar.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>