@extends('layout') @section('title', 'Featured Broker') @section('content')
Featured Broker
Create
@foreach ($brokers as $post) @endforeach
Title Description Actions
{{ $post->title }} {!! $post->description !!}   
@endsection