@foreach ($contents as $content) @endforeach
Title Lesson Url Video Published Action
{{ $content->title }} {{ $content->lesson->title }} {{ $content->url_video }} {{ $content->published }} {!! Form::open(['route' => ['admin.contents.destroy', $content->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger action-btn delete-btn', 'onclick' => 'return confirm("Are you sure want to delete this record ?")']) !!}
{!! Form::close() !!}