Larave en mayúscula Primera letra

use Illuminate\Support\Str;

...

$string = Str::ucfirst('foo bar');
Xfantasia