@extends('admin.master') @section('title', 'Landing Pages') @section('content') {{-- ================================================================ FONT AWESOME ================================================================ --}} {{-- ================================================================ PAGE CSS ================================================================ --}} {{-- ================================================================ PAGE ================================================================ --}}
প্রতিটি product-এর জন্য আলাদা landing page তৈরি, edit, preview, publish, order এবং incomplete lead সহজে track ও manage করুন।
| Landing Page | Product | Orders | Incomplete | Status | Updated | Actions |
|---|---|---|---|---|---|---|
|
{{ $page->title }}
/{{ $page->slug }}
|
{{-- Product --}}
{{
optional(
$page->product
)->name
?: 'Product removed'
}}
|
{{-- Orders --}}
{{ (int) $page ->completed_orders_count }} Orders | {{-- Incomplete --}}{{ (int) $page ->incomplete_orders_count }} Incomplete | {{-- Status --}}{{-- Updated --}} | {{ optional( $page->updated_at )->format( 'd M Y, h:i A' ) }} | {{-- Actions --}}|
|
No landing pages found
নতুন landing page তৈরি করতে Create Landing Page button ব্যবহার করুন। |
||||||