@extends('layouts.frontend-master') @section('title', 'Change Password') @push('style') @endpush @php $user = auth()->user()->member; @endphp @section('content')

Change Password

@csrf
{{-- @endif --}} @endsection @push('script') @endpush