@extends('super_admins.layouts.master') @section('title') Edit Therapist Podcast @endsection @section('css') @endsection @section('content') @if ($errors->any()) @foreach ($errors->all() as $error) {{-- {{ $error }} --}} @endforeach @endif

Podcast

@csrf @method('PUT')
Multi Language
@foreach ($active_languages as $key => $language) @endforeach
@if (isset($tags))
@if ($errors->has('tag_ids')) {{ $errors->first('tag_ids') }} @endif
@endif
@if ($errors->has('file_type')) {{ $errors->first('file_type') }} @endif
@if ($errors->has('link_type')) {{ $errors->first('link_type') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif @if ($therapist_podcast->link_type == 'internal')
@if($therapist_podcast->file_type == 'audio') @else @endif
@else
-- No File Selected
@endif
@if ($errors->has('file_url')) {{ $errors->first('file_url') }} @endif
is_active) checked @endif class="custom-control-input" id="customSwitch1" aria-describedby="IsActiveError" aria-invalid="true">
{{-- @if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif --}}
@include('super_admins.includes.image_cropper_modal') @endsection @section('scripts') @include('super_admins.includes.image_cropper_scripts') @endsection