@php $quotes = config('public_display.sharing_info'); @endphp
@foreach($quotes as $quote)
"{{ $quote['quote'] }}" {{ $quote['source'] }}
@endforeach