 <?php $__env->startSection('title'); ?> <title><?php echo e($blog->meta_title ?? $blog->title); ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta'); ?> <meta property="og:url" content="<?php echo e(url()->current()); ?>"/> <meta property="og:type" content="website"/> <meta property="og:title" content="<?php echo e($blog->meta_title ?? $blog->title); ?>"/> <meta property="og:description" content="<?php echo e(\Illuminate\Support\Str::words(strip_tags($blog->content),100)); ?>"/> <meta property="og:image" content="https://itro.vn/files/<?php echo e($blog->image); ?>"/> <meta name='dmca-site-verification' content='OVl5UDY0M0NyNFRHMGpQT3RhTGFCQT090'/> <meta name="yandex-verification" content="4fa39a76cda86dcd"/> <meta name="msvalidate.01" content="56882A3F1EB152F4873F9FFE797640F1"/> <link rel='canonical' expr:href='data:blog.url'/> <meta name="revisit-after" content="1 days"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php echo $__env->make('frontend3.header_landing', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> <div class="block-article"> <div class="container"> <div class="block-article__wrap"> <div class="block-article__hdr"> <h1 class="block-article__tle text-uppercase my-0"> <?php echo e($blog->title); ?> </h1> <div class="c-mnl-itm__mta"> <span><?php echo e($blog->created_at->format('d/m/Y H:i')); ?></span> <span>Đăng bởi: <a href="#"><?php echo e($blog->account->name_text); ?></a></span> </div> </div> <div class="block-article__cnt"> <?php echo $blog->content; ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('quanlynhatro.landing_layout', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>