@extends('layouts.app') @section('content')

Post {{ $post->id }} {!! Form::open([ 'method'=>'DELETE', 'url' => ['posts', $post->id], 'style' => 'display:inline' ]) !!} {!! Form::button('

ID{{ $post->id }}
Title {{ $post->title }}
Category Id {{ $post->category_id }}
@endsection