@extends('layouts.admin') @section('content')

{{ __('labels.cms.title') }}

@if (session('error')) @endif @if (session('success')) @endif
{{ __('labels.table.#') }} {{ __('labels.cms.table.title') }} {{ __('labels.table.status') }} {{ __('labels.cms.table.published_at') }} {{ __('labels.table.created_at') }} {{ __('labels.table.updated_at') }} {{ __('labels.table.action') }}
@endsection