@extends('admin.user._layout') @section('panel-option') @endsection @php $_thing = ['_type' => 'Showroom']; @endphp @section('panel-body')
@if ($showroom) @include('admin.user.panel.showroom_info') @else @include('admin.user.components.user_is_not', $_thing) @endif
@if ($showroom) @include('components.feature_not_ready') @else @include('admin.user.components.user_is_not', $_thing) @endif
@endsection @section('javascript') @endsection