@extends('layouts/home') @section('title') {{$post->title}} - {{$contact['company_name']}} @endsection @section('keywords') @endsection @section('description') @endsection @section('style') @endsection @section('content')
@include('layouts.header') @include('layouts.nav-mobile')

Tin Chi Tiết

{{$post->title}}

  • {{$post->date_post}}
{{$post->content}}
@if(($popup['page'] == 0 || $popup['page'] == 4) && isset($data_popup) && isset($show_popup)) @include('layouts.popup') @endif @include('layouts.footer') @endsection @section('script') @endsection