@extends('admin.layouts.master') @section('page-title'){{$page}}@endsection @section('menu'){{$menu}}@endsection @section('content')

{{__('message.password')}}

{{__('message.update').' '.__('message.password')}}

@csrf
@endsection @section('page-scripts') @endsection