@if (count($errors) > 0)
@endif
@if(Session::has('flash_message'))
({{trans('words.recommended_resolution')}} : 300x300,400x400 or Square Image)
@if(isset($info->playlist_image))
@endif
{!! Form::close() !!}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ Session::get('flash_message') }}
@endif
{!! Form::open(array('url' => array('admin/playlist/add_edit'),'class'=>'form-horizontal','name'=>'settings_form','id'=>'settings_form','role'=>'form','enctype' => 'multipart/form-data')) !!}