@extends('layouts.app') @php $title = 'Change Password'; @endphp @section('title', $title) @section('content')

{{ $title }}

@if (session('status')) @endif @if ($errors->any()) @endif

{{ $title }}

@csrf
@endsection @section('scripts') @endsection