This commit is contained in:
sayliraut
2024-08-01 17:53:51 +05:30
parent a3827f8b8d
commit f79bf19bfc
2 changed files with 2 additions and 2 deletions

View File

@@ -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',

View File

@@ -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>