@extends('cms.layouts.app') @section('pre-styles') @endsection @section('contents')
Created Title Category Feature Image Status Action @foreach ($services as $post) {{ date('d-M-Y', strtotime($post->created_at)) }}
{{ date('h:i:s a', strtotime($post->created_at)) }} {!! $post->title !!} {{ $post->postCategory->name ?? '' }} @if ($post->deleted_at == null) @else @endif @endforeach
@endsection @section('scripts') @endsection