@extends('layouts.app') @push('plugin-styles') @endpush @section('content') {!! Form::open(['route'=>['informel.update', $informe->id], 'method'=>'PUT', 'files' => true, 'role' => 'form','id' => 'forminforme']) !!} @include("mcg.informe.form") {!! Form::close() !!} @endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush @push('page-scripts') @endpush