@extends('user.layouts.auth') @section('title', 'パスワード再設定') @section('header')

パスワード再設定

@endsection @section('content')

パスワードが変更されました。

@if(Browser::isMobile() || Browser::isTablet())

アプリを起動する

@else @endif
@endsection