@extends('layouts.frontend') @section('title', $page->meta_title) @section('meta_description', $page->meta_description) @section('meta_keywords', $page->meta_keyword) @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'channel_appointment')) @section('content')
{{$page->title}}

{!! $page->description_1 !!}

{!! nl2br($privacy->content) !!}
送出
@stop @section('js') @stop