@extends('layouts.master') @section('title',__('All Tv Series')) @section('breadcum')
{{__('Do you really want to delete selected item names here? This process cannot be undone.')}}
{{__('Column No')}} | {{__('Column Name')}} | {{__('Required')}} | {{__('Description')}} |
---|---|---|---|
1 | {{__('title')}} | {{__('Yes')}} | {{__('Enter tvseries title / name')}} |
2 | {{__('keyword')}} | {{__('No')}} | {{__("Enter tvseries meta keywords")}} |
3 | {{__('description')}} | {{__('No')}} | {{__("Enter tvseries meta description")}} |
4 | {{__('thumbnail')}} | {{__('No')}} | {{__('Name your image eg: example.jpg')}} {{__('(Image can be uploaded using Media Manager / tvseries / thumbnail Tab.)')}} |
5 | {{__('poster')}} | {{__('No')}} | {{__('Name your image eg: example.jpg')}} {{__('(Image can be uploaded using Media Manager / tvseries / poster Tab.)')}} |
6 | {{__('genre_id')}} | {{__('Yes')}} | {{__("Multiple genre id can be pass here seprate by comma .")}} |
7 | {{__('detail')}} | {{__('No')}} | {{__("Enter tvseries detail")}} |
8 | {{__('rating')}} | {{__('No')}} | {{__("Enter tvseries rating")}} |
9 | {{__('maturity_rating')}} | {{__('No')}} | {{__("Enter tvseries maturity ratings (please wirte one of these :- all age , 13+, 16+ or 18+)")}} |
10 | {{__('featured')}} | {{__('No')}} | {{__("tvseries featured (1 = enabled, 0 = disabled)")}} |
11 | {{__('menu')}} | {{__('Yes')}} | {{__("Multiple menu id can be pass here seprate by comma .")}} |
12 | {{__('is_upcoming')}} | {{__('No')}} | {{__('upcoming tvseries (1 = enabled, 0 = disabled)')}} |
13 | {{__('upcoming_date')}} | {{__('No')}} | {{__('If is_upcoming = 1 , then the pass upcoming date here')}} |
14 | {{__('is_custom_label')}} | {{__('No')}} | {{__("custom label (1 = enabled, 0 = disabled)")}} |
15 | {{__('label_id')}} | {{__('No')}} | {{__("If is_custom_label = 1 , then the pass label id here")}} |
Do you really want to delete these records? This process cannot be undone.
@if (count($genres) > 0) @for($i = 0; $i < count($genres); $i++) @if($i == count($genres)-1) {{$genres[$i]}} @else {{$genres[$i]}}, @endif @endfor @endif
{{$item->rating}}/10
{{isset($username) && $username != NULL ? $username->name :'user deleted'}}
@auth @if(Auth::user()->is_assistant == 1) @if($item->status == 1) {{__('Active')}} @else {{__('De Active')}} @endif @else @if($item->status == 1) {{__('Active')}} @else {{__('De Active')}} @endif @endif @endauth