% layout 'standard', title => 'Admin Panel', sb_active => 'admin'; %= include 'admin/_nav', page => 'blogs' % if ( my $confirmation = flash 'confirmation' ) { % } % if ( $c->stash->{success} ) { % } % if ( $c->stash->{errors} ) { % } % if ( $blogs ) { % for my $blog ( @{$blogs} ) { % }
Domain Owner Created User View
<%= $blog->domain->name %> <%= $blog->person->name %> <%= $blog->created_at->strftime( "%F %T" ) %>
% }