@extends('post.layout')

{{ __('Post Listing') }}

@if ($message = Session::get('success'))

{{ $message }}

@endif @if (isset($post)) @foreach ($post as $newpost) @endforeach @endif @if (!isset($post)) @endif
Sl no Post Description Created By Action
{{ ++$i }} {{ $newpost->post_desc }} {{ $newpost->name }}
Show @csrf @method('DELETE')
No Post available
{!! $post->links() !!}