@extends('backend.app') @section('title', 'Landing Pages (Type 7)') @push('css') @endpush @section('content')

Landing Page (Type 7 - Package/Multi-Select)

@include('backend.partials.message')
Type 7 Pages List
{{ $items->total() ?? 0 }} Total
@forelse ($items as $key => $item) @empty @endforelse
SL Image Page Title Product Public Link Actions
{{ $items->firstItem() + $key }} @if($item->right_product_image) @elseif($item->product && $item->product->image) @else
@endif
{{ Str::limit($item->title1, 40) }}
Type 7
{{ $item->product ? Str::limit($item->product->name, 30) : 'N/A' }} View Live Page
@csrf @method('DELETE')
No Type 7 pages found
@if($items->hasPages()) @endif
@endsection @push('js') @endpush