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