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