@extends('layouts.merchant') @section('content')
@lang('keyword.edit')@lang('keyword.password')
@isset($msg)
{{ $msg }}
@endisset @isset($msg_success)
{{ $msg_success }}
@endisset
@csrf
@endsection