@extends('welcome') @section('title','Announcements') @section('content-breadcrumb') @endsection @section('content-header')

Post Now {{----}}

@endsection @section('content')
@include('dashboard.messages')
{{$posts->links()}}
@if(count($posts) > 0) @foreach($posts as $post)
@if(request()->session()->get('admin')->image) Coworking Main Image @else Coworking Main Image @endif {{request()->session()->get('admin')->name}} Shared publicly - {{$post->created_at}}

{{$post->body?htmlspecialchars_decode($post->body):''}}

@if($post->image)
Photo
@endif {{-- Show More 127 likes - 3 comments--}}
@endforeach @else

There are no announcements available in your space yet
Please cooperate with your customers with more posts.

@endif
{{$posts->links()}}
@endsection @push('scripts') @endpush