@extends('admin.layouts.app') @section('content')
受付日時 | |
---|---|
種別 | |
サポーター名 | |
氏名 | |
フリガナ | |
メールアドレス | |
電話番号 | |
問い合わせ内容 | |
添付ファイル |
@foreach($question->support_file as $question_file)
@if(!empty($question_file->file_path) && Storage::disk('question')->has($question->id.'/'.$question_file->file_path))
$question_file->id]) }}">
@if($question_file->isImage())
|
回答 | |
添付ファイル |
@foreach($question->site_file as $question_file)
@if(!empty($question_file->file_path) && Storage::disk('question')->has($question->id.'/'.$question_file->file_path))
x
@if($question_file->isImage())
@endif
@endforeach
@endif $question_file->id]) }}">{{ Str::limit($question_file->file_name, 10, '...') }} |
社内用備考 | |
対応状況 |
|