@extends('admins.layouts.main') @section('content') {{-- --}} @if(count($placeList) >0)
@foreach($placeList as $row) @endforeach
操作 場所id 場所名稱 安心場所 安心場所認證到期日
@if($row->id == $place->id) 目前檢視 {{-- --}} @else 查看 @endif {{$row->id}} {{$row->name}} {{$row->is_safe_place_new}} {{$row->certification_period_new }}
@if($isPlaceApply != true&&$SafePlaceApplySwitch!=true) @can('update', App\Models\Place::class) @endcan @endif @if($isAbleSafePlaceApply == true && $safePlaceApplyReturn == false) @can('create', App\Models\SafePlaceApply::class) @if($isPlaceApply != true) @endif @endcan @endif @if ($isAbleSafePlaceApplyPass)
@endif
@if($isPlaceApply == true) @can('update', App\Models\Place::class)
已送出場所資訊申請,待審核通過方可提出安心場所認證申請
@endcan @elseif($safePlaceApplyReturn == true)
@can('create', App\Models\SafePlaceApply::class) 此場所已送出 安心場所申請,請至下方 安心場所申請列表 編輯再送出申請 @endcan
@elseif($safePlaceApplyBlood == true)
@can('update', App\Models\Place::class) 此場所已送出 安心場所申請,請至下方 安心場所申請列表查看 @endcan
@endif
@endif

AED列表

@foreach($placeDetails as $key => $row) @if($key > 0 && $row->aed_id == $placeDetails[$key-1]->aed_id) @continue @endif
AED Id AED位置 新增時間