Search

{{-- TODO: I don't think we need this. We can use the select input and preselect it to 'Sermons' Search Everywhere --}}
Podcast Episodes Series Other

Showing results 1-12 for “Paul”

@php $items = [ (object) [ 'title' => fake()->sentence, 'image' => fake()->imageUrl(), 'description' => fake()->paragraph, 'url' => route('static.podcast-episodes.show', ['podcast' => 123, 'episode' => 123]) ], (object) [ 'title' => fake()->sentence, 'image' => fake()->imageUrl(), 'description' => fake()->paragraph, 'url' => route('static.podcast-episodes.show', ['podcast' => 123, 'episode' => 123]) ], (object) [ 'title' => fake()->sentence, 'image' => fake()->imageUrl(), 'description' => fake()->paragraph, 'url' => route('static.podcast-episodes.show', ['podcast' => 123, 'episode' => 123]) ], (object) [ 'title' => fake()->sentence, 'image' => fake()->imageUrl(), 'description' => fake()->paragraph, 'url' => route('static.podcast-episodes.show', ['podcast' => 123, 'episode' => 123]) ], (object) [ 'title' => fake()->sentence, 'image' => fake()->imageUrl(), 'description' => fake()->paragraph, 'url' => route('static.podcast-episodes.show', ['podcast' => 123, 'episode' => 123]) ], (object) [ 'title' => fake()->sentence, 'image' => fake()->imageUrl(), 'description' => fake()->paragraph, 'url' => route('static.podcast-episodes.show', ['podcast' => 123, 'episode' => 123]) ] ]; @endphp
@foreach($items as $item)
17 JAN
45:20
@endforeach
{{ \App\Models\User::all()->paginate(6)->links() }}