@extends('layout.landing') @section('title', 'Krojač Biznis | Podkasti') @section('content')
@include('front-inc._header-account')
@foreach ($podcasts as $podcast)
@if ($podcast->blob && (strlen($podcast->blob->cover_image) > 0)) @else @endif
{{-- Poslovni --}} @if ($podcast->instructor) {{ $podcast->instructor->getFullName() }} @endif

{{ $podcast->title }}

@endforeach
@include('front-inc._footer')
@endsection @section('add-scripts') @parent {{-- --}} @endsection