@extends('layouts.app') @section('content')
@if(session('warning'))
{{ session('warning') }}
@endif

Change Your Password

@csrf
@error('password') {{ $message }} @enderror
@endsection