{{__('Alternative title is used for the translation of the content into your language.')}}
{{ old('overview', isset($listing) ? $listing->overview : '') }}
@foreach($countries as $country)
@endforeach
@foreach(config('attr.quality') as $quality)
@endforeach
exm: https://youtube.com/embed/0000
@if(isset($listing->tags))
@foreach($listing->tags as $tag)
@if($loop->last)
{{'"'.$tag->tag.'"'}}
@else
{{'"'.$tag->tag.'",'}}
@endif
@endforeach
@endif