@extends('layouts.app') @section('title') Map Inventory @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')# | 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}} | @if($file->Inventory){{$file->Inventory->unit_number}} | @else---- | @endif@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 |