@extends('merchant.layouts.app') @section('panel')

{{__($merchant->fullname)}}

  • @lang('Name') {{ __($merchant->fullname) }}
  • @lang('Username') {{ __($merchant->username) }}
  • @lang('Email') {{ $merchant->email }}
  • @lang('Mobile') {{ $merchant->mobile }}
@lang('Change Password')
@csrf
@if($general->secure_password)

@lang('1 small letter minimum')

@lang('1 capital letter minimum')

@lang('1 number minimum')

@lang('1 special character minimum')

@lang('6 character password')

@endif
@endsection @push('breadcrumb-plugins') @lang('Profile Setting') @endpush @push('style') @endpush @push('script-lib') @endpush @push('script') @endpush