'how to display date from and date to according to the selected
my view
<tr>
<th colspan="4" class="text-center"> {{Carbon\Carbon::parse(request()->query('filter_date'))->format('d F') }}</th>
<th colspan="2" class="text-center">{{ Carbon\Carbon::parse(request()->query('end_date'))->format('d F') }}</th>
</tr>
how to display from date to date as selected, for example I choose from the 1st to the 5th, so it will appear from the 1st, 2nd, 3rd, 4th, 5th but now I only manage to display the beginning and end of only the date
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|