@extends('layouts.app') @section('pagecontent')
| No | Name | Action | ||
|---|---|---|---|---|
| {{ $post->id }} | {{ $post->title }} | Show | Edit | {!! Form::open(['method' => 'DELETE','route' => ['posts.destroy', $post->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger btn-sm']) !!} {!! Form::close() !!} |