@extends('layouts.app') @section('title') Map Inventory @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

File Detail

@foreach($balloting_file->mapDetail as $file) @if($file->Inventory) @else @endif @endforeach
# Sr No Plot No Category(Area) Feature Exact/Odd Sector Road Category Street Type Inventory Action
{{$count++}} {{$file->sr_no}} {{$file->plot_no}} {{$file->area}} Marla {{$file->feature}} {{$file->exact_odd}} {{$file->sector}} {{$file->road_category}} {{$file->street}} {{$file->type}} {{$file->Inventory->unit_number}} ---- @if(!$file->Inventory) @permission('edit-balloting')    @endpermission @endif @if($file->Inventory) @if($file->balloting_status == \App\BallotingMapDetail::balloting_pending) @permission('edit-balloting')    @endpermission @permission('delete-balloting') @endpermission @else Approved @endif @endif
@stop @section('js') @stop