@extends('layouts.master') @section('title',__('All Audio')) @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 audio title / name')}} |
2 | {{__('keyword')}} | {{__('No')}} | {{__("Enter audio meta keywords")}} |
3 | {{__('thumbnail')}} | {{__('No')}} | {{__('Name your image eg: example.jpg')}} {{__('(Image can be uploaded using Media Manager / Audio / thumbnail Tab.)')}} |
4 | {{__('poster')}} | {{__('No')}} | {{__('Name your image eg: example.jpg')}} {{__('(Image can be uploaded using Media Manager / Audio / poster Tab.)')}} |
5 | {{__('genre_id')}} | {{__('Yes')}} | {{__("Multiple genre id can be pass here seprate by comma .")}} |
6 | {{__('detail')}} | {{__('No')}} | {{__("Enter audio detail")}} |
7 | {{__('rating')}} | {{__('No')}} | {{__("Enter audio rating")}} |
8 | {{__('maturity_rating')}} | {{__('No')}} | {{__("Enter audio maturity ratings (please wirte one of these :- all age , 13+, 16+ or 18+)")}} |
9 | {{__('featured')}} | {{__('No')}} | {{__("audio featured (1 = enabled, 0 = disabled)")}} |
10 | {{__('menu')}} | {{__('Yes')}} | {{__("Multiple menu id can be pass here seprate by comma .")}} |
11 | {{__('audiourl')}} | {{__('Yes')}} | {{__("audio url can be pass here.")}} |
12 | {{__('upload_audio')}} | {{__('Yes')}} | {{__('Name your audio file eg: 01.mp3')}} {{__('(audio can be uploaded using Media Manager / Audio / Tab.)')}} |
13 | {{__('is_protect')}} | {{__('No')}} | {{__("Movie protected video (1 = enabled, 0 = disabled)")}} |
14 | {{__('password')}} | {{__('No')}} | {{__("If is_protect = 1, then the enter password 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
{{isset($item->detail) && $item->detail ? str_limit($item->detail,50) : '-' }}