@extends('layouts.app') @section('meta') @endsection @section('title') @endsection @section('css') @endsection @section('content')
@if(!empty($blogNewOne)) @endif
@php function startDate($date) { $dateObj = new DateTime($date); $day = $dateObj->format('jS'); $month = $dateObj->format('F Y'); return $day . ' ' . $month; } @endphp
@endsection