{{ __('main.title') }} :
{{ $show->title_val }}
{{ __('main.created_at') }} :
{{ $show->created_at }}
{{ __('main.description') }} :
{{ $show->description_val }}
{{ __("main.news_urls") }}:
{{ __("main.news_videos") }}:
#
|
{{trans('main.url')}}
|
@forelse($show->newsUrls as$key=>$news_url)
{{++$key}}
|
url
|
@empty
{{trans('main.no_data_added')}}
|
@endforelse
#
|
{{trans('main.url')}}
|
@forelse($show->newsVideos as$key=>$news_video)
{{++$key}}
|
url
|
@empty
{{trans('main.no_data_added')}}
|
@endforelse
@if($show->image)
@endif