@extends('seller.layouts.app') @section('panel_content')
@if ($user->tpwd != "") {{ translate('If you forget the transaction password, please contact customer service to retrieve the transaction password')}} @endif
@csrf @if ($user->tpwd != "") @else @endif
{{ translate('Transaction Password')}}
@if ($user->tpwd != "")
@endif
@endsection