update marketing
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 5m14s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
Build, Push and Deploy / deploy-staging (push) Successful in 41s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-14 11:55:22 +07:00
parent f80fcc4c1b
commit 05fd3230b8
448 changed files with 17545 additions and 5128 deletions

View File

@@ -9,22 +9,33 @@
<div class="container-fluid">
<div class="border-0">
<div class="card-bodys">
<form action="{{ route('business.bulk-uploads.store') }}" method="post" enctype="multipart/form-data"
class="ajaxform_instant_reload">
<form action="{{ route('business.bulk-uploads.store') }}" method="post" enctype="multipart/form-data" class="ajaxform_instant_reload">
<div class="bulk-upload-container">
<div class="d-flex justify-content-between align-items-center ">
<div class="bulk-input">
<input class="form-control" type="file" name="file" required>
<div class="row align-items-center">
<div class="col-lg-6">
<div class="custom-upload-wrapper">
<div class="custom-file-box">
<div class="custom-file-content">
<svg width="30" height="30" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 5V19M5 12H19" stroke="#4B5563" stroke-width="2.0" stroke-linecap="round"/>
</svg>
<span class="custom-upload-text">{{ __('Add File') }}</span>
</div>
<p class="preview-file d-none"></p>
<input type="file" name="file" class="preview-file-input" required>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center justify-content-between">
<div class="d-flex align-items-center justify-content-between mt-3">
@usercan('bulk-uploads.create')
<button type="submit" class="add-order-btn rounded-2 border-0 submit-btn mt-3">{{__('Submit')}}</button>
<button type="submit" class="add-order-btn rounded-2 border-0 submit-btn">{{ __('Submit') }}</button>
@endusercan
<a href="{{ asset('assets/bulk-products-upload.xlsx') }}"
download="bulk-products-upload.xlsx"
class="download-file-btn mt-3">
<i class="fas fa-download"></i> {{__('Download File')}}
<a href="{{ asset('assets/bulk-products-upload.xlsx') }}" download class="download-file-btn">
<i class="fas fa-download"></i> {{ __('Download File') }}
</a>
</div>
</div>