@extends('layout') @section('title') RESET CONTRASEÑA @endsection @section('content')
{!! Form::open(['route'=>'resetPassDip', 'method'=>'POST', 'files' => true, 'role' => 'form', 'id' => '']) !!} @include('password.formReset') {!! Form::close() !!}
@endsection