laravel use carbon in blade code example
Example 1: carbon laravel use
<?php
use Carbon\Carbon;
Example 2: use Class 'Carbon' inside view
//use this method inside the view
\Carbon\Carbon::now();
<?php
use Carbon\Carbon;
//use this method inside the view
\Carbon\Carbon::now();