@extends('admin.layout.master') @section('content-header')

CMS All Cms pages

@stop @section('content')
@foreach($cms as $pages) @endforeach
Title Slug Created At Actions
{{$pages->title}} {{$pages->slug}} {{ Carbon\Carbon::parse($pages->created_at)->formatLocalized('%A %d %B %Y')}}
@stop @section('javascript') @stop