finishing to dev
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m41s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 42s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-14 22:50:44 +07:00
parent 2fabdf8fc9
commit 8307b9e66d
212 changed files with 2451 additions and 4493 deletions

View File

@@ -9,33 +9,22 @@
<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="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 class="d-flex justify-content-between align-items-center ">
<div class="bulk-input">
<input class="form-control" type="file" name="file" required>
</div>
</div>
<div class="d-flex align-items-center justify-content-between mt-3">
<div class="d-flex align-items-center justify-content-between">
@usercan('bulk-uploads.create')
<button type="submit" class="add-order-btn rounded-2 border-0 submit-btn">{{ __('Submit') }}</button>
<button type="submit" class="add-order-btn rounded-2 border-0 submit-btn mt-3">{{__('Submit')}}</button>
@endusercan
<a href="{{ asset('assets/bulk-products-upload.xlsx') }}" download class="download-file-btn">
<i class="fas fa-download"></i> {{ __('Download File') }}
<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>
</div>
</div>