@foreach (str_split(config('app.companyInfo.name')) as $word) @if ($word == " ")
@else
{{ $word }}
@endif @endforeach
Privacy Policy