@extends('layouts.super-admin', ['title' => 'Landing Page Settings - Booklio Super Admin', 'pageTitle' => 'Landing Page Settings', 'active' => 'landing']) @section('content')
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@foreach ([ 'features_section' => 'Features section', 'pricing_section' => 'Pricing section', 'testimonials_section' => 'Testimonials section', 'faq_section' => 'FAQ section', 'codecanyon_license_block' => 'CodeCanyon license block', 'footer_newsletter' => 'Footer newsletter', ] as $name => $label) @endforeach
Save Landing Page
@endsection