format date in blade laravel code example
Example 1: blade format date
{!! htmlspecialchars_decode(date('j<\s\up>S</\s\up> F Y', strtotime('21-05-2020'))) !!}
Example 2: laravel date format valdiate
'date_format:d/m/Y';
{!! htmlspecialchars_decode(date('j<\s\up>S</\s\up> F Y', strtotime('21-05-2020'))) !!}
'date_format:d/m/Y';