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

Tin Tức

@foreach($news as $k => $n)
@if(file_exists($n->thumbnail)) {{$n->title}} @else {{$n->title}} @endif
  • {{$n->date_post}} {{$n->year_post}}

{{$n->title}}

{{$n->intro}}

@endforeach
@if(count($news)>0) {{$news->links()}} @else

Không có tin tức

@endif
@if(($popup['page'] == 0 || $popup['page'] == 4) && isset($data_popup) && isset($show_popup)) @include('layouts.popup') @endif @include('layouts.footer') @endsection @section('script') @endsection