@extends('adminlte::page') @section('title', 'More Classifieds Blogs') @section('content_header')

{{ $title }}

@stop @section('content') {{--

Welcome to Realtor Information Management System(RIMS) admin panel.

--}} {{--
--}}

@if ($errors->any()) @endif @if (Session::has('error')) @endif @if (Session::has('success')) @endif
{{ $title }}
Add post
{{-- --}} {{-- --}} @if (!empty($posts)) @foreach($posts as $b) {{-- --}} @endforeach @else

No blogs records found. Add new

@endif
# Banner TitleLinkDescriptionAction
{{ $b['title']; }} {{ $b['link']; }} {{ $b['description']; }} {{-- --}} {{-- --}}

@stop @section('css') @stop @section('js') @stop