@if(isset($listing->post_season_id))
@foreach($listing->post->seasons as $season)
@endforeach
@endif
@if(isset($request->post_id))
@php
$seasons = \App\Models\Post::where('id',$request->post_id)->first();
@endphp
@foreach($seasons->seasons as $season)
@endforeach
@endif
{{ old('overview', isset($listing) ? $listing->overview : '') }}
@foreach(config('attr.quality') as $quality)
@endforeach
@push('javascript')
@endpush