@extends('layouts.app') @section('title') All Pre-Condition Generated List @stop @section('breadcrumb') @stop @section('content')

All Pre-Condition Generated List

@foreach($ballonpre_condition as $file) @endforeach
# Project Name Created Date Action
{{$count++}} @foreach($file->projects as $project) {{$project->name}} @endforeach {{$file->name}} {{date('Y-m-d',strtotime($file->created_at))}} @permission('view-balloting') @endpermission @permission('create-balloting') @endpermission
@stop @section('js') @stop