@extends('layouts.app') @section('content')

ユーザー情報

基本情報

@php $workCategories = [ '1' => '医師', '2' => '病院事務スタッフ', '3' => 'メディカルスタッフ', '4' => '製薬企業', '5' => '医療機器企業', '6' => 'その他', ]; @endphp

職種 :

{{ $workCategories[$user->work_category] ?? '未設定' }}

診療科目 :

{{ $user->doctor_category }}

その他 :

{{ $user->doctor_category_other }}

勤務先 :

{{ $user->work_place }}

メール :

{{ $user->email }}

CVIT番号 :

{{ $user->cvit_num }}

{{--
--}}
@if (Carbon\Carbon::now()->lt($date_set->event_day)) @if ($user->payment == 1) 領収書ダウンロードページ > @endif @else @if ($user->payment == 1) 領収書ダウンロードページ > @endif @if ($prize_btn) 参加証ダウンロード > @if ($user->work_category == 3) 出席証明書ダウンロード > @endif @endif @endif
@endsection