@extends('main') @section('content')
Video Posts
@foreach ($posts as $post)
{{$post->title}}
@if($post->section) @endif
status==0) checked @endif>
@method('DELETE') @csrf
@endforeach
{{ $posts->links() }}
@endsection