@extends('backend.master') @section('content')
Total Plots
{{\App\Plot::count()}}
Sold Plots
{{\App\Plot::where('status','registered')->count()}}
Remaining Plots
{{\App\Plot::where('status','pending')->count()}}
Booked Plots
{{\App\Plot::where('status','booked')->count()}}
@stop