Promotion Description order Embed URl Status Created At Action @foreach ($promotions as $promotion) {!! Str::limit($promotion->description, $limit = 150, $end = '...') !!} {{$promotion->order }} {{ Str::limit($promotion->embed_url, 50, '...') ?: 'Null' }} {{$promotion->enabled?"Enabled":"Disabled" }} {{ $promotion->created_at->format('d/m/Y') }} {{ csrf_field() }} @endforeach {{ $promotions->links() }}