@extends('layouts.public') @section('content')
Resources

Blog

Guides for product selection, training infrastructure, education aids and GIS projects.

All@foreach($categories as $category){{ $category }}@endforeach
@foreach($posts as $post)
{{ $post->title }}{{ $post->category }}

{{ $post->category }}

{{ $post->title }}

{{ $post->excerpt }}

Read article
@endforeach
@endsection