@extends('layouts.app') @section('content')

MEMBER BLOG

Add BLOG
@forelse ($allPost as $post)

{{$post->title}}

@empty
No post yet
@endforelse
@endsection