P
Size: a a a
P
S
И
К
D
S
И
И
S
P
S
A¯
$date = Carbon::now();
$lastFriday = new Carbon('last friday of '.$date);
$date_month = Carbon::now()->subMonth()->endOfMonth();
if($date->dayOfWeek == 5 && $date->day == $date->subMonth()->endOfMonth()->daysInMonth){
$day_trecking = 'месяц';
}elseif ($date->dayOfWeek == 5 && $date_month->diffInDays($lastFriday) <= 2){
$day_trecking = 'месяц';
}elseif ($date->isWeekday() && $date->day == $date->subMonth()->endOfMonth()->daysInMonth){
$day_trecking = 'месяц';
}elseif ($date->dayOfWeek == 5 && $date->isWeekday()){
$day_trecking = 'неделя';
}else{
return ;
}
S
P
И
VS
VS
Д
File not found at path: C:/laravel-project/storage/app/public/temp-files/Acura-Legend-HrfCgTnz.jpg
"C:\laravel-project\storage/app/public/temp-files/Acura-Legend-HrfCgTnz.jpg"
Storage::move()
MD