@extends('layouts.app') @section('content')
pergunta {{ $pergunta->id }}
{!! Form::open([ 'method'=>'DELETE', 'url' => ['perguntas/perguntas', $pergunta->id], 'style' => 'display:inline' ]) !!} {!! Form::button('
@endsection