@extends('backend.layouts.app') @section('content')
受付日時※ |
{{$rental_question->register_day}}
{{ $rental_question->register_hour }}
時
{{$rental_question->register_minutes}}
分
|
---|---|
受付担当 | {{ \App\Service\UserService::getUserName($rental_question->user_id) }} |
ユーザー名 | {{ $rental_question->user_name }} |
電話主名 | {{ $rental_question->name }} |
電話番号 | {{ $rental_question->tel }} |
受付カテゴリ | {{ config('const.rental_question_category.'.$rental_question->question_category) }} |
形状 | {{ $rental_question->shape }} |
備考 | @php echo nl2br($rental_question->note) @endphp |
折り返し | {{ $rental_question->is_call_back == 1 ? "必須" : "" }} |