@extends("admin.admin_app") @section("content")
{!! Form::open(array('url' => 'admin/season','class'=>'app-search','id'=>'search','role'=>'form','method'=>'get')) !!} {!! Form::close() !!}
  

@foreach($season_list as $i => $season)
@if(isset($season->season_poster)) {{ stripslashes($season->season_name) }} @endif

{{ stripslashes($season->season_name) }}

{{ stripslashes($season->series_name) }}

status==1) {{ 'checked' }} @endif/>
@endforeach
@include("admin.copyright")
@endsection