@extends('admin.master') @section('title', @trans('Podcast')) @section('style') @endsection @section('content')
@csrf @method('put')
@foreach ($languages as $index => $locale)
@error("{$locale}.title") {{ $message }} @enderror
{{-- description ------------------------------------------------------------------------------------- --}}
@if ($errors->has($locale . '.description')) {{ $errors->first($locale . '.description') }} @endif
@endforeach
@error('image') {{ $message }} @enderror
@error('sound') {{ $message }} @enderror
@error('link') {{ $message }} @enderror
@error('publish_date',$podcast->publish_date) {{ $message }} @enderror
status == 1)>
@if ($podcast->image)
image
@endif
@if ($podcast->sound) @else @trans('No sound') @endif
@endsection @section('script') @endsection