@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
人員資料
@csrf @if(!empty($model->participant_email2)) @endif @if(empty($model->participant_id)) @endif @if($activity->has_meal) @endif @if(!empty($activity->question_1)) @endif @if(!empty($activity->question_2)) @endif @if(!empty($activity->question_3)) @endif
狀態 @if($model->status_id==5) @php $status_id = old('status_id',isset($model)?$model->status_id:''); @endphp @if ($errors->has('status_id')) @foreach($errors->get('status_id') as $error)
{{ $error }}
@endforeach @endif @else {{$model->status->name}} @endif
活動{{$model->activity->name}}
帳號{{$model->participant_uid}}
姓名{{$model->participant_name}}
性別{{$model->participant_gender}}
@if(!empty($model->participant_id))學校@endif信箱{{$model->participant_email}}
常用信箱{{$model->participant_email2}}
公司/學校{{$model->participant_service_untils}}
單位/系所{{$model->participant_department}}
職稱{{$model->participant_job_title}}
聯絡電話(分機){{$model->participant_telephone}}@if (!empty($model->participant_telephone_extension))#{{$model->participant_telephone_extension}}@endif
手機{{$model->participant_phone}}
郵遞區號{{$model->participant_postcode}}
聯絡地址{{$model->participant_address}}
備註{{$model->remark}}
素/葷食 @php $meal_type_id = old('meal_type_id',isset($model)?$model->meal_type_id:''); @endphp
@foreach($meal_options as $option)
status_id == 10) disabled @else required @endif @if($meal_type_id==$option->id) checked @endif >
@endforeach @if ($errors->has('meal_type_id')) @foreach($errors->get('meal_type_id') as $error)
{{ $error }}
@endforeach @endif
{{$activity->question_1}} status_id == 10) disabled @else required @endif>
{{$activity->question_2}} status_id == 10) disabled @else required @endif>
{{$activity->question_3}} status_id == 10) disabled @else required @endif>
@if ($model->status_id <> 10)
@can('edit',$model) @if($model->status_id==5||$activity->has_meal==1) @endif
@csrf 取消報名
@endcan @cannot('edit',$model) 無法進行編輯修改 @endcannot
@endif
@endsection {{-- Script --}} @push('scripts') @endpush