change in event

This commit is contained in:
2025-08-21 17:41:22 +05:45
parent 3bfb3f2b20
commit badfdc4c70

View File

@@ -248,109 +248,31 @@
<h2 class="ld-fh-element inline-block relative mt-10 mb-0 section-heading-sec">
Blog
</h2>
<p class="text-18 text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptate, assumenda.
<p class="text-18 text-center">Our blog
features articles written by experts in the field, providing valuable information to help you achieve
your goals.</p>
</p>
</div>
<div class="swiper swiper-events mt-40 mb-20">
<div class="swiper-wrapper">
<a href="" class="swiper-slide flex flex-col gap-20 p-10 blog-post">
<div class="w-100percent h-210 overflow-hidden rounded-16">
<img class="w-full h-full object-cover rounded-16" src="assets/images/general/blog1.jfif"
alt="">
</div>
<div>
<span class="bg-gray text-sec rounded-30 text-10 py-5 px-10 mt-10">20 min read</span>
<h2 class="text-20 text-ter pt-10">How Successfully Used Paid Marketing to Drive Incremental
Ticket Sales</h2>
</div>
<div class="flex flex-col gap-10">
<p class="text-14 text-black">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Inventore reprehenderit, dolor ad quis dignissimos aliquid nesciunt distinctio suscipit
ipsam voluptatum.</p>
<p class="text-12">12 Mar - Jhon Doe</p>
</div>
</a>
<a href="" class="swiper-slide flex flex-col gap-20 p-10 blog-post">
<div class="w-100percent h-210 overflow-hidden rounded-16">
<img class="w-full h-full object-cover rounded-16" src="assets/images/general/blog1.jfif"
alt="">
</div>
<div>
<span class="bg-gray text-sec rounded-30 text-10 py-5 px-10 mt-10">20 min read</span>
<h2 class="text-20 text-ter pt-10">How Successfully Used Paid Marketing to Drive Incremental
Ticket Sales</h2>
</div>
<div class="flex flex-col gap-10">
<p class="text-14 text-black">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Inventore reprehenderit, dolor ad quis dignissimos aliquid nesciunt distinctio suscipit
ipsam voluptatum.</p>
<p class="text-12">12 Mar - Jhon Doe</p>
</div>
</a>
<a href="" class="swiper-slide flex flex-col gap-20 p-10 blog-post">
<div class="w-100percent h-210 overflow-hidden rounded-16">
<img class="w-full h-full object-cover rounded-16" src="assets/images/general/blog1.jfif"
alt="">
</div>
<div>
<span class="bg-gray text-sec rounded-30 text-10 py-5 px-10 mt-10">20 min read</span>
<h2 class="text-20 text-ter pt-10">How Successfully Used Paid Marketing to Drive Incremental
Ticket Sales</h2>
</div>
<div class="flex flex-col gap-10">
<p class="text-14 text-black">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Inventore reprehenderit, dolor ad quis dignissimos aliquid nesciunt distinctio suscipit
ipsam voluptatum.</p>
<p class="text-12">12 Mar - Jhon Doe</p>
</div>
</a>
<a href="" class="swiper-slide flex flex-col gap-20 p-10 blog-post">
<div class="w-100percent h-210 overflow-hidden rounded-16">
<img class="w-full h-full object-cover rounded-16" src="assets/images/general/blog1.jfif"
alt="">
</div>
<div>
<span class="bg-gray text-sec rounded-30 text-10 py-5 px-10 mt-10">20 min read</span>
<h2 class="text-20 text-ter pt-10">How Successfully Used Paid Marketing to Drive Incremental
Ticket Sales</h2>
</div>
<div class="flex flex-col gap-10">
<p class="text-14 text-black">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Inventore reprehenderit, dolor ad quis dignissimos aliquid nesciunt distinctio suscipit
ipsam voluptatum.</p>
<p class="text-12">12 Mar - Jhon Doe</p>
</div>
</a>
<a href="" class="swiper-slide flex flex-col gap-20 p-10 blog-post">
<div class="w-100percent h-210 overflow-hidden rounded-16">
<img class="w-full h-full object-cover rounded-16" src="assets/images/general/blog1.jfif"
alt="">
</div>
<div>
<span class="bg-gray text-sec rounded-30 text-10 py-5 px-10 mt-10">20 min read</span>
<h2 class="text-20 text-ter pt-10">How Successfully Used Paid Marketing to Drive Incremental
Ticket Sales</h2>
</div>
<div class="flex flex-col gap-10">
<p class="text-14 text-black">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Inventore reprehenderit, dolor ad quis dignissimos aliquid nesciunt distinctio suscipit
ipsam voluptatum.</p>
<p class="text-12">12 Mar - Jhon Doe</p>
</div>
</a>
@foreach ($blogs as $blog)
<a href="{{ route('blog.single', $blog->slug) }}"
class="swiper-slide flex flex-col gap-20 p-10 blog-post">
<div class="w-100percent h-210 overflow-hidden rounded-16">
<img class="w-full h-full object-cover rounded-16" src="{{ asset($blog->image) }}"
alt="">
</div>
<div>
<span class="bg-gray text-sec rounded-30 text-10 py-5 px-10 mt-10">20 min read</span>
<h2 class="text-20 text-ter pt-10">{{ $blog->title }}</h2>
</div>
<div class="flex flex-col gap-10">
<p class="text-14 text-black">{{ $blog->short_description }}</p>
</div>
</a>
@endforeach
</div>
<!-- Pagination -->
<!-- <div class="swiper-pagination"></div> -->
@@ -358,11 +280,11 @@
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
<div class="flex justify-center items-center ">
{{-- <div class="flex justify-center items-center ">
<button class="text-center bg-white text-ter rounded-30 text-14">Load More</button>
</div>
</div> --}}
</div>