@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->company_name }} |
支店名 | {{ $rental_question->branch }} |
電話主名 | {{ $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 |