first letter capital in all wrod laravel code example
Example: laravel uppercase first letter
use Illuminate\Support\Str;
...
$string = Str::ucfirst('foo bar');
use Illuminate\Support\Str;
...
$string = Str::ucfirst('foo bar');