@extends("admin.admin_app") @section("content")
{!! Form::open(array('url' => array('admin/season/add_edit_season'),'class'=>'form-horizontal','name'=>'season_form','id'=>'season_form','role'=>'form','enctype' => 'multipart/form-data')) !!}

{{trans('words.season_info')}}

({{trans('words.recommended_resolution')}} : 800x450)
@if(isset($season_info->season_poster))
video image
@endif
(Supported : MP4, YouTube, Vimeo, HLS / m3u8 URL. If you are using external files then those files have to be CORS enabled otherwise they will not work.)

{{trans('words.seo')}}

{{trans('words.seo_keyword_note')}}
{!! Form::close() !!}
@include("admin.copyright")
@endsection