Image Image Order Status Created At Action @foreach ($images as $image) {{$image->order }} @if($image->is_active) Enabled @else Disabled @endif {{ $image->created_at->format('d/m/Y') }} {{ csrf_field() }} @endforeach {{ $images->links() }}