@extends('themes.base.layout') @section('title', $album->name) @section('breadcrumb')
@endsection @section('content'){{ $album->description }}
@lang('admin.album_no_photos_p2')
{!! Form::label('bulk-action', trans('forms.bulk_edit_photos_label'), ['class' => 'control-label']) !!}
{!! Form::select('bulk-action', $bulk_actions, null, ['placeholder' => trans('forms.bulk_edit_photos_placeholder'), 'id' => 'bulk-action-apply']) !!}