@extends('site.layouts.master') @section('title') {{ __('site.changePassword') }} @endsection @section('metatags') @endsection @section('content')

@lang('site.Change_Password')

@lang('site.reset_quote')

@if ($errors->any())
@endif @if (isset($msg))
@endif @if (session()->has('success'))
@endif
@csrf
@endsection