Manage Promotion

@csrf

@foreach($datapromotion as $data) @endforeach
Bil Name Image/Poster Action
{{++$count}} {{$data->name ?? ''}} @php $images = json_decode($data->poster, true); @endphp @if($images) @foreach($images as $img) @endforeach @endif