@if ($isOpen) @include('livewire.create') @endif @if ($isList) @foreach($posts as $value) @endforeach
No. Title Description Action
{{ $value->id }} {{ $value->title }} {{ $value->description }}
@endif