@extends('layouts.app') @section('content')

{{ __('Settings') }}

@csrf
@if ($errors->has('password')) @endif
@if ($errors->has('new_password')) @endif
@endsection