@extends('backend.app') @section('content') @push('css') @endpush

Landing Page Two Manage

All Landing Pages
{{ count($items) }} Total
@can('product.create') Add New Page @endcan
@forelse ($items as $key => $item) @empty @endforelse
SL Page Title Public Link Actions
{{ $key + 1 }}
{{ $item->title1 }}
View Page
@if(auth()->user()->can('permission.view')) @endif @if(auth()->user()->can('permission.view')) {{-- AJAX Delete Button --}} {{-- Fallback Form --}}
@csrf @method('DELETE')
@endif
No landing pages found
@if(method_exists($items, 'links')) @endif
@endsection @push('js') @endpush