@extends('layouts.baseformpro') @section('content') {!!Form::open(['url' => '/password/reset'] ) !!} {!!Form::hidden('token', $token, null)!!} {!!Form::close() !!} @endsection