@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())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (isset($msg))
@endif
@if (session()->has('success'))
- {{ session()->get('success') }}
@endif
@endsection