@extends('layouts.app') @section('content')
@include('adminlte-templates::common.errors')
{!! Form::model($pergunta, ['route' => ['admin.perguntas.update', $pergunta->id], 'method' => 'patch', 'class' => 'col-lg-12 form-row','files' => 'true']) !!} @include('admin.perguntas.fields') {!! Form::close() !!}
@endsection