@extends('backend.index') @section('content')
Add New Podcast
{!! makeDropDown([0 => 'Every where', 1 => 'Title', 2 => 'Description'], 'location', request()->input('location') ? request()->input('location') : 0) !!}
From
Until
From
Until
{!! makeCountryDropDown('country', 'form-control select2-active filter-country-select', request()->input('country')) !!}
Results/Page
@if(request()->input('country') || request()->input('language')) {!! makeCountryLanguageDropDown(request()->input('country'), 'language', 'form-control select2-active', request()->input('language')) !!} @endif
Options
input('comment_disabled')) checked @endif>
input('hidden')) checked @endif>
Clear Filter
@include('backend.commons.podcast', ['podcasts' => $podcasts])
Name Hosts Radio Category Description Episodes Subscriber Action
{{ $podcasts->appends(request()->input())->links() }}
@endsection