|
@@ -912,7 +912,7 @@
|
|
</div>
|
|
</div>
|
|
</div> <!-- z -->
|
|
</div> <!-- z -->
|
|
</div>
|
|
</div>
|
|
- @if($pro->pro_type === 'ADMIN')
|
|
|
|
|
|
+ @if(0 && $pro->pro_type === 'ADMIN')
|
|
<div class="screen-only card-header py-2 d-flex align-items-center mcp-theme-1 bg-aliceblue">
|
|
<div class="screen-only card-header py-2 d-flex align-items-center mcp-theme-1 bg-aliceblue">
|
|
<b class="">Tags ({{count($patient->clientTags)}}):</b>
|
|
<b class="">Tags ({{count($patient->clientTags)}}):</b>
|
|
@foreach($patient->clientTags as $tag)
|
|
@foreach($patient->clientTags as $tag)
|
|
@@ -965,7 +965,7 @@
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
</div>--}}
|
|
</div>--}}
|
|
- <div class="card-body">
|
|
|
|
|
|
+ <div class="card-body p-3">
|
|
{{--<h1 class="h3">@yield('section-title')</h1>--}}
|
|
{{--<h1 class="h3">@yield('section-title')</h1>--}}
|
|
<div class="mcp-theme-1">
|
|
<div class="mcp-theme-1">
|
|
@yield('inner-content')
|
|
@yield('inner-content')
|