@extends('admin.layouts.app') @section('title', 'Edit Landing Page') @section('page-title', 'Edit Landing Page') @section('content')
@csrf @method('PUT')
/lp/

Select Products

@foreach($products as $product) @endforeach

Publish

status ? 'checked' : '' }} class="w-4 h-4 text-indigo-600 border-slate-300 rounded">

Hero Image

@if($landingPage->hero_image) @endif

SEO

Cancel
@endsection