@extends('layouts.app') @section('title') All Balloting Map Files @stop @section('breadcrumb')
@stop @section('content')| # | Project | Name | Description | Status | Action | |
|---|---|---|---|---|---|---|
| {{$count++}} | {{$file->multiProject?$file->multiProject->name:'None'}} | $file->id])}}'>{{$file->name}} | {{$file->description}} | @if($file->status == 1)Active | @elseInActive | @endif@if($file->publish == 0) @permission('create-balloting') Publish @endpermission @else @permission('view-balloting') @endpermission @endif |