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