@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 | 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 }} | @if ($file->Inventory)Inventory->id) }}'>{{ $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 |