@php
$v_time = round(microtime(true));
@endphp
@section('title')
Bluecare
@show
@include("frontend.public_html.html.head")
@section('extra-head')
@show
@include('frontend.public_html.html.header')
@yield('content')
@include('frontend.public_html.popup')
@include("frontend.public_html.html.script")
@yield('custom_script')