feat/factory_creation #1
@ -25,7 +25,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="d-flex-between flex-wrap">
|
<div class="d-flex-between flex-wrap">
|
||||||
<div
|
<div
|
||||||
class="button-group default-tab-list isotop-filter flex-wrap filters-button-group d-flex justify-content-start justify-content-lg-end mb-6 ">
|
class="button-group default-tab-list isotop-filter flex-wrap filters-button-group d-flex justify-content-start justify-content-lg-start mb-6 ">
|
||||||
<button data-filter="*" class="is-checked"><span class="filter-text">View All</span></button>
|
<button data-filter="*" class="is-checked"><span class="filter-text">View All</span></button>
|
||||||
@foreach ($podcasts as $podcast)
|
@foreach ($podcasts as $podcast)
|
||||||
<button data-filter=".podcast--{{ $podcast->slug }}"><span class="filter-text">{{ $podcast->name }}</span></button>
|
<button data-filter=".podcast--{{ $podcast->slug }}"><span class="filter-text">{{ $podcast->name }}</span></button>
|
||||||
|
Loading…
Reference in New Issue
Block a user