@extends('layouts.app') @section('title', 'We share - ' . config('site.company_name')) @section('description', 'LVT Global Technologies Group là công ty đầu tư và phát triển các Mobile Apps Apps với gần 700 triệu lượt tải trên toàn cầu.') @push('page-styles') {{-- CSS riêng cho trang home --}} @endpush @push('page-styles') {{-- JS riêng cho trang home --}} @endpush @push('scripts-libs') {{-- JS cho trang we-share --}} @endpush @section('content')

We talk it -
We share it

Nơi cập nhật thông tin mới nhất về thế giới công nghệ, đồng thời chia sẻ khoảnh khắc của con người LVT GLOBAL thông qua các hoạt động trong và ngoài tập đoàn.
@forelse($articles as $article)
@if ($article->featured_image) {{ $article->title }} @endif

{{ $article->title }}

@if ($article->excerpt)
{{ $article->excerpt }}
@endif Xem chi tiết
@empty
Chưa có bài viết nào.
@endforelse
Tải thêm
@endsection