|
@@ -129,7 +129,7 @@
|
|
|
</nav>
|
|
|
<main role="main" class="">
|
|
|
<div class="card mt-3">
|
|
|
- <div class="card-header">
|
|
|
+ <div class="card-header py-1">
|
|
|
<?php
|
|
|
$thumbnail = $patient->profile_picture_base64;
|
|
|
$initials = !$thumbnail ? substr($patient->name_first, 0, 1).substr($patient->name_last, 0, 1) : '';
|
|
@@ -556,11 +556,10 @@
|
|
|
</div>
|
|
|
</div></div> <!-- z -->
|
|
|
</div>
|
|
|
- <div class="text-container border-bottom d-flex align-items-center mcp-theme-1 px-3">
|
|
|
+ {{--<div class="text-container border-bottom d-flex align-items-center mcp-theme-1 px-3">
|
|
|
|
|
|
|
|
|
@if($patient->mcp_pro_id !== $pro->id && $patient->active_mcp_request_id)
|
|
|
- {{-- claim client --}}
|
|
|
<div moe relative class="ml-2">
|
|
|
<a href="" start show class="btn btn-sm btn-success text-white font-weight-bold small">Claim as MCP</a>
|
|
|
<form url="/api/mcpRequest/claim" class="mcp-theme-1" right>
|
|
@@ -573,7 +572,7 @@
|
|
|
</form>
|
|
|
</div>
|
|
|
@endif
|
|
|
- </div>
|
|
|
+ </div>--}}
|
|
|
<div class="card-body">
|
|
|
{{--<h1 class="h3">@yield('section-title')</h1>--}}
|
|
|
<div class="mcp-theme-1">
|