changes
This commit is contained in:
@@ -22,7 +22,7 @@ return [
|
||||
'sign_in' => 'Sign in Successfully.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
'validation_failed' => 'Invalid data entered.',
|
||||
'something_went_wrong' => 'Something went wrong.',
|
||||
'something_went_wrong' => 'Oops! Something went wrong.',
|
||||
'number_blocked' => 'Your number is blocked for next 24 hours.',
|
||||
'otp_sent_successfully' => 'OTP sent successfully.',
|
||||
'otp_resend_sent_successfully' => 'OTP resend Successfully',
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
@endif
|
||||
<a href="#" id="delete_customer_user_id"
|
||||
data-id="{{ $customer->id }}" data-toggle="modal"
|
||||
data-target="#delete-customer-user-modal"><img
|
||||
data-target="#delete-customer-user-modal" alt="Delete" title="Delete"><img
|
||||
src="{{ asset('public/assets/img/delete-recycle.svg') }}" />
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user