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

File Detail

@permission('edit-balloting') @endpermission
@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 Cnic MemberShip No 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->cnic }} {{ $file->membershipno }} Inventory->id) }}'>{{ $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