@extends('layouts.admin-layout') @section('title', 'All Podcasts') @section('content')

Podcast Section

@foreach ($get_podcasts as $pod) @endforeach
S.N. title Image Action
{{ $loop->iteration }} {{ $pod->title ?: '' }}
@endsection @section('script') @endsection