@include('user.layouts._head')
@yield('content')
@if(!isset($hidden_question_icon))
@php
$unread_count = \App\Models\Question::where('user_id', Auth::guard('web')->user()->id)->whereNull('is_read')->where('question_type', config('const.question_type_code.from_site'))->count();
@endphp
@if(!empty($unread_count)){{ $unread_count }}@endifチャット相談受付中
@endif
@include('user.share.css')
@include('user.share.js')