@extends('frontend.layouts.app') @section('title') Home | Philippine Green Building Initiative (PGBI) @endsection @section('seo') @endsection @section('content') {{-- BANNER --}} @if (!empty($banners))
@else

NO BANNER UPLOADED

@endif {{-- CARDS --}}

Accreditation

Program

EDGE

Certification

{{-- STATS --}}

2010

Year established

60

Building projects registered and undergoing GREEEN certification

2

Projects awarded KAMAGONG

100,000

Square meters impacted

6,550

Potential mWh/yr energy use saved

3,500

Potential tC02/year avoided
{{-- BLOGS --}}
@if ($blogs->isEmpty())

NO LATEST BLOGS

@else
@if ($latestBlog->image != null) @else
@endif

{{ $latestBlog->title }}

{{ Str::limit(html_entity_decode(strip_tags($latestBlog->description)), 80, '...') }}
Learn More

Place ad here

Place ad here

@foreach ($smallBlog as $items)
@if ($items->image != null) @else
@endif
{{ Str::limit(strip_tags($items->title), 40, '...') }} | {{ $items->created_at->format('Y') }} {{ Str::limit(html_entity_decode(strip_tags($items->description)), 60, '...') }}
@endforeach
@endif
@endsection