@extends("frontend.public_html.html.layout")
@php
$title = 'Liên hệ | Bluecare.vn';
$description = 'Thông tin liên hệ của Bluecare: Hotline: 0985768181; Email: info@bluecare.vn';
$url = 'lien-he-bluecare';
@endphp
@section('title')
{{$title}}
@stop
@section('extra-head')
@stop
@section("content")
@endsection