@section('title', $model->title)
@include($_lib . 'meta') @include($_lib . 'head') @php $url = url('a'); $p = $model->path; if(preg_match('/^https\:\/\//', $url) && !preg_match('/^https\:\/\//', $p)){ $p = str_replace('http://', 'https://', $p); } @endphp {{-- --}}