@extends('layouts.master') @section('title',__('Manage Season')) @section('breadcum')
{{__('Column No')}} | {{__('Column Name')}} | {{__('Required')}} | {{__('Description')}} |
---|---|---|---|
1 | {{__('tvseries_id')}} | {{__('Yes')}} | {{__('Enter tvseries id')}} {{__('i.e')}} {{$tv_series->id}} |
2 | {{__('season_no')}} | {{__('Yes')}} | {{__('Enter season number')}} |
3 | {{__('thumbnail')}} | {{__('No')}} | {{__('Name your image eg: example.jpg')}} {{__('(Image can be uploaded using Media Manager / Seasons / thumbnail Tab.)')}} |
4 | {{__('poster')}} | {{__('No')}} | {{__('Name your image eg: example.jpg')}} {{__('(Image can be uploaded using Media Manager / Seasons / poster Tab.)')}} |
5 | {{__('a_language')}} | {{__('No')}} | {{__("Multiple a_language id can be pass here seprate by comma")}} |
6 | {{__('featured')}} | {{__('No')}} | {{__("seasons featured (1 = enabled, 0 = disabled)")}} |
7 | {{__('is_protect')}} | {{__('No')}} | {{__("seasons protected video (1 = enabled, 0 = disabled)")}} |
8 | {{__('password')}} | {{__('No')}} | {{__("If is_protect = 1, then the enter password here ")}} |
9 | {{__('actor_id')}} | {{__('No')}} | {{__("Multiple actor id can be pass here seprate by comma .")}} |
10 | {{__('publish_year')}} | {{__('No')}} | {{__("Enter seasons publish year")}} |
11 | {{__('detail')}} | {{__('No')}} | {{__("Enter seasons detail")}} |
12 | {{__('trailer_url')}} | {{__('No')}} | {{__("Enter seasons trailer_url")}} |
{{ $errors->first('a_language') }}
{{__('Choose Custom Thumbnail')}}
{{ $errors->first('thumbnail') }}{{__('Choose Custom Poster')}}
{{ $errors->first('poster') }}{{__('Choose Custom Thumbnail')}}
{{ $errors->first('thumbnail') }}{{__('Choose Custom Poster')}}
{{ $errors->first('poster') }}
{{__('Thumbnail')}} | {{__('Season')}} | {{__('Episodes')}} | {{__('ByTMDB')}} | {{__('Actions')}} |
---|---|---|---|---|
@if ($season->thumbnail != null) @endif | Season {{$season->season_no}} | @if (isset($season->episodes) && count($season->episodes) > 0) {{count($season->episodes)}} episodes @else N/A @endif | {!!$season->tmdb == 'Y' ? '' : '-'!!} |