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