@extends('layouts/home/app') @section('title') {{trans('common.title_resetpwd')}} @endsection @section('content')
{{trans('common.title_resetpwd')}}
{!! csrf_field() !!}
@endsection