@include('mainpreview.head') @include('mainpreview.nav')

Promotion

Promotion

Read The Latest Promotion

@php $datapromotion = DB::table('datapromotion')->get(); @endphp @foreach($datapromotion as $datapromotions) @php $datapost = DB::table('users')->where('id', $datapromotions->createdby)->first(); $images = json_decode($datapromotions->poster); @endphp
@if(!empty($images)) @endif
{{$datapromotions->name}}

{{$datapromotions->remarks}}

{{$datapost->name}} Promotion
@endforeach
@include('mainpreview.footer') @include('mainpreview.javascript')