A
Anonymous
Customer Information - Copy this React, Tailwind Component to your project
<div class="row"> <div class="col md 6 offset md 6 text md right"> <h6>{{ __('Customer Information') }}</h6> <p> <strong>{{ __('Name:') }}</strong> <br> <strong>{{ __('Mobile:') }}</strong> <br> <strong>{{ __('Status:') }}</strong> <br> <strong>{{ __('Address:') }}</strong> </p> </div> </div> how can i this right side
Prompt
