@extends('front.layout') @section('meta-keywords', "$seo->meta_keywords") @section('meta-description', "$seo->meta_description") @section('content')

{{ __('Change Password') }}

@includeif('user.dashboard-sidenav')
{{ __('Change Password') }}
@csrf
@if($errors->has('old_password'))

{{ $errors->first('old_password') }}

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

{{ $errors->first('password') }}

@endif
@endsection