How can i transform this format HH:MM:SS to this format HH:MM with laravel eloquent. Should i use RAW? I have something like this i need to get in my response HH:MM format.
public function getHours()
{
$hours = \OpeningHours::all();
return $this->isEmpty($hours);
}
But i get this:
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community