@extends('layouts.master') @section('title') {{ __('CMS Manage') }} @endsection @section('main_content')

🚩 {{ __('Page for Updating Website Sections') }}

@csrf @method('PUT')
{{-- Slider Section Start --}}
{{ __('Note: Enter embedded video link') }}
img
img

{{ __('Shop') }}

@foreach ($page_data['headings']['silder_shop_text'] ?? [] as $key => $silder_shop_text)
@endforeach
{{-- Slider section End --}} {{-- Header section start --}} {{-- Header section End --}} {{-- Feature section start --}}
{{-- Feature section End --}} {{-- Interface section start --}}
{{-- Interface section End --}} {{-- Watch section start --}}
img
{{-- Watch section End --}} {{-- Blog section start --}}
{{-- Blog section End --}} {{-- Testimonial section start --}}
{{-- Testimonial section End --}} {{-- About us section start --}}
img

{{ __('Option') }}

@foreach ($page_data['headings']['about_us_options_text'] ?? [] as $key => $about_us_options_text)
@endforeach
{{-- About Us section End --}} {{-- Contact Us Section Start --}}
img
{{-- Contact Us Section End --}} {{-- Pricing section --}}
{{-- pricing section end --}} {{-- Footer Section Start --}} {{-- Footer section End --}} {{-- Social section start --}}

{{ __('Footer Socials') }}

{{-- Social section end --}}
@endsection @push('js') @endpush