@extends('frontend.layouts.app')
@section('title')
Downloadable Forms | Philippine Green Building Initiative (PGBI)
@endsection
@section('seo')
@endsection
@section('content')
Downloadable Forms
@if ($query != null)
@endif
@foreach ($forms->unique('category') as $categoryItem)
{{ $categoryItem->category }}
@foreach ($forms->where('category', $categoryItem->category) as $items)
@endforeach
@endforeach
@endsection