@extends('backend.layouts.app') @section('content')
Wisdom of the Month
@foreach ($wisdoms as $items) @endforeach
Content Month Year Status Date Created Action
{{ $items->content }} {{ $items->month }} {{ $items->year }} {{ $items->status }} {{ date('m-d-y', strtotime($items->created_at)) }}
@csrf @method('delete')
@endsection @section('js') @endsection