@extends('template') @section('content') @php use Carbon\Carbon; @endphp
{{ Carbon::parse($item->tanggal)->formatLocalized('%d %b %Y') }}