@extends('frontend.layouts.master') @section('meta_title', __('Change your password') . ' || ' . $setting->app_name) @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents') @include('frontend.profile.partials.sidebar') {{__('Change your password')}} @csrf {{__('Cancel')}} {{__('Cancel')}} {{__('Update')}} {{__('Update')}} @include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection