feat: add download icon and text to signed internship form button in intern dashboard
This commit is contained in:
@@ -619,7 +619,9 @@
|
|||||||
|
|
||||||
@if($intern->signed_internship_form_path)
|
@if($intern->signed_internship_form_path)
|
||||||
<a href="{{ Storage::disk('public')->url($intern->signed_internship_form_path) }}" target="_blank" class="w-full sm:w-auto px-5 py-2.5 bg-[#e31e24] hover:bg-[#c4191f] text-white font-bold rounded-xl text-sm transition-all flex items-center justify-center gap-2 shadow-md shadow-red-500/10">
|
<a href="{{ Storage::disk('public')->url($intern->signed_internship_form_path) }}" target="_blank" class="w-full sm:w-auto px-5 py-2.5 bg-[#e31e24] hover:bg-[#c4191f] text-white font-bold rounded-xl text-sm transition-all flex items-center justify-center gap-2 shadow-md shadow-red-500/10">
|
||||||
</div>
|
<i class="uil uil-arrow-down-tray"></i>
|
||||||
|
<span>İndir</span>
|
||||||
|
</a>
|
||||||
@else
|
@else
|
||||||
<button disabled class="w-full sm:w-auto px-5 py-2.5 bg-slate-100 text-slate-400 font-bold rounded-xl text-sm cursor-not-allowed flex items-center justify-center gap-2 border border-slate-200/50">
|
<button disabled class="w-full sm:w-auto px-5 py-2.5 bg-slate-100 text-slate-400 font-bold rounded-xl text-sm cursor-not-allowed flex items-center justify-center gap-2 border border-slate-200/50">
|
||||||
<i class="uil uil-hourglass"></i>
|
<i class="uil uil-hourglass"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user