@extends('backend.index') @section('content')
@csrf
{!! makeSlideShowDropDown( array( "song" => "Song", "album" => "Album", "artist" => "Artist", "station" => "Station", "playlist" => "Playlist", "podcast" => "Podcast", "user" => "User", ), "object_type", $slide->object_type ) !!}
@endsection