@extends('layouts.profile.master') @section('title') {{$title}} @endsection @section('content')
@include('message')
{{$title}}
@csrf
{{ __('labels.Old Password') }}
{{ __('labels.New Password') }}
{{ __('labels.Confirm Password') }}
@endsection @push('js') @endpush