@extends('layouts.admin') @section('title', 'Edit Landing Page') @section('content')

Edit Landing Page — {{ $page->product->title }}

@csrf @method('PUT')
Open live page ↗
@endsection