@extends('backend.master') @section('content')
@include('backend.balloting.nav')
All Balloting Plots
@if($plotCount!=0&&$fileCount!=0) Start Ballot @endif
@foreach($plots as $plot) @endforeach
Plot No File No
{{$plot->plot_no}}({{$plot->plot_size}}) {{$plot->ballotingFiles[0]->file_no}}
@stop