@section('title', __('site.page_pods_edit_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')

{{ __('site.page_pods_edit_h1') }}

@csrf
@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif
@php $selectedCategories = []; if (!empty($podcastData->categories)) { $selectedCategories = is_string($podcastData->categories) ? explode(',', $podcastData->categories) : (is_array($podcastData->categories) ? $podcastData->categories : []); } @endphp

{{ __('site.page_pods_new_block_title') }}


@if($podcastData->img) @endif
@if (\Session::has('error_img'))
{!! \Session::get('error_img') !!}
@endif
{{ __('site.site_file_permit') }}
{{ __('site.files_jpg_png_webp') }}
{{ __('site.site_file_pixels') }}
1080x720
@include('includes/footer')