@foreach($mainContents as $mainContent) @endforeach
Id Title Description Type Action
{!! $mainContent->id !!} {!! $mainContent->title !!} {!! $mainContent->description !!} {!! $mainContent->type !!} {!! Form::open(['route' => ['mainContents.destroy', $mainContent->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}