@extends('backend.master') @section('content')
@include('backend.balloting.nav')
All Plots
Add Plots
@foreach($plots as $plot) @endforeach
Plot Size Plot No
{{$plot->plot_no}} {{$plot->plot_size}}
All Files
Add Sizes
@foreach($files as $file) @endforeach
File No
{{$file->file_no}}
@stop