@extends('provider.layout.app') @section('title', 'Change Password ') @section('content')

@lang('user.profile.change_password')

@include('common.notify')
{{ csrf_field() }}
@endsection