@extends('layouts.app') @section('content')
@php $isLocal = app()->isLocal(); @endphp @if ($isLocal)
@else @endif @csrf @method('PUT')

{{ __('Change Password') }}

@endsection