@extends('layout') @section('title') {{__('admin.Change Password')}} @endsection @section('frontend-content')

{{__('admin.Change Password')}}

@include('profile.sidebar')
@csrf
{{__('admin.Cancel')}}
@endsection