@extends('adminlte::page')
@section('title_prefix', $user->name.'|')
@section('title', 'パスワード変更')
@section('content_header')
パスワード変更
-
Home
- パスワード変更
@stop
@section('content')
{{Form::open(['class' => 'form-horizontal'])}}
@method('put')
{{ csrf_field() }}