@extends('master') @section('title') List Articles « Admin CP @stop @section('content')

Select article to edit:

    @foreach($posts as $post)
  1. {{ $post['title'] }}@if($post['published'] == '0')not published@endif Delete? @endforeach
@stop