@extends('backend.app') @section('content') @push('css') @endpush

Edit Premium Page (Type 3)

@csrf @method('PATCH')
Basic Information
{{-- Hidden Fields --}}
Page Content
Product Integration
@if($single_product) @endif
{{ $single_product->name }} {{ $single_product->sell_price }} Tk Remove
Visual Assets
{{-- Video --}}
{{-- Sliders --}}
@foreach ($item->images as $image)
×
@endforeach
Upload New Images
{{-- Background (Optional) --}}
@if($item->landing_bg)
bg
@endif
Reviews (Optional)
@foreach ($review_images as $rv)
×
@endforeach
@endsection @push('js') @endpush