@extends('main') @section('content')
Political Posts
@foreach ($posts as $post)
{{$post->title}}
@if($post->section) @endif
json != '') class="mt-8" @else class="mt-9" @endif> @if($post->json != '') @endif
status==0) checked @endif>
@method('DELETE') @csrf
@endforeach
{{ $posts->links() }}
@endsection