@extends('admin.layouts.master') @section('title', __('manage_profile')) @section('content')

{{ __('update_password') }}

User Profile img
@csrf

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

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

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

@include('layouts.loading_button', ['class' => 'btn sg-btn-primary'])
{{ __('manage_profile') }}
@endsection