@extends('layouts/home') @section('title') Trang chủ - {{$contact['company_name']}} @endsection @section('style') @endsection @section('content')
@include('layouts.header') @include('layouts.nav-mobile')
@include('layouts.slider')

Chúng Tôi Làm Gì

{{$des_about}}

@foreach($services as $s)
@if(file_exists($s->icon)) @else @endif

{{$s->title}}

{{$s->intro}}

@endforeach

Giới Thiệu

{{mb_substr($about->content,0,2000)}}...

Dịch Vụ Cưới

{{$des_service}}

@foreach($services_all as $sa) @endforeach

{{$des_slogan}}

Album Ảnh

{{$des_album}}

@foreach($albums as $k => $ab) @endforeach

Thành Viên

{{$des_member}}

@foreach($members as $m) @endforeach
@foreach($reviews as $rw)

"

{{$rw->nickname}}

{{$rw->position}}

{{$rw->review}}

@endforeach

Tin Mới Nhất

{{$des_news}}

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

{{$n->title}}

{{$n->intro}}

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