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

Select Products

@foreach($products as $product) @endforeach

Publish

Hero Image

SEO

Cancel
@endsection