@extends('admins.layouts.main')
@section('content')
{{-- --}}
@if(count($placeList) >0)
@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