{{ get_phrase('Motivational Speech') }}

@csrf
@php $motivational_speeches = count(json_decode(get_frontend_settings('motivational_speech'), true)) > 0 ? json_decode(get_frontend_settings('motivational_speech'), true) : [['title' => '', 'description' => '', 'image' => '']]; @endphp @foreach ($motivational_speeches as $key => $motivational_speech)
@if ($key == 0)
@else
@endif
@endforeach