@extends('backend.index') @section('content')
@csrf
{!! makeChannelDropDown( array( "song" => "Song", "album" => "Album", "artist" => "Artist", "station" => "Station", "playlist" => "Playlist", "podcast" => "Podcast", "user" => "User" ), "object_type", isset($channel) && ! old('object_type') ? $channel->object_type : old('object_type') ) !!}
Fact: Leave the field empty to automatically load the latest item of the object type. For example you can create a channel that automatically get just released album.
Move item (drag & drop) to re-arrange
@endsection