@extends('admins.layouts.main') @section('tool') {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} @endsection @section('content')
{{--
--}} {{--
--}}
{{--
--}} {{--
--}}
@can('createAedPlace', App\Models\Place::class) 新增場所 @endcan

{{$title}}

@foreach($placeApplys as $placeApply) @if (!empty($placeApply->delPlaceId)) @continue @endif @endforeach
操作 申請表id 場所名稱 狀態 初次送出時間 更新時間
@if(!is_null($placeApply->edit_url)) 編輯 @endif 檢視 {{$placeApply->id}} {{$placeApply->place_name}} {{$placeApply->status_chinese}} {{$placeApply->created_at}} {{$placeApply->updated_at}}
{{--
--}} {{-- {!! $paginate !!}--}} {{--
--}} @endsection