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