@extends('layouts.admin') @section('content')

Manage Home Page Sections

@csrf
Preview Homepage
@if(session('success')) @endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT') @if($manageHome->banner_img)
Current Banner
@endif
@error('banner_img')
{{ $message }}
@enderror Supported formats: JPEG, PNG, JPG, GIF. Max size: 2MB {{ $manageHome->banner_img ? ' (Leave empty to keep current image)' : '' }}
@error('section_1')
{{ $message }}
@enderror You can use HTML tags for formatting.
@error('section_2')
{{ $message }}
@enderror You can use HTML tags for formatting.
@error('section_3')
{{ $message }}
@enderror You can use HTML tags for formatting.
@error('section_4')
{{ $message }}
@enderror You can use HTML tags for formatting.
Discover The LaLiT Loyalty Section
@if(isset($manageHome->section_5['image']) && $manageHome->section_5['image'])
Discover The LaLiT Loyalty Image
@endif
@error('section_5_image')
{{ $message }}
@enderror Supported formats: JPEG, PNG, JPG, GIF. Max size: 2MB {{ isset($manageHome->section_5['image']) ? ' (Leave empty to keep current image)' : '' }}
@error('section_5')
{{ $message }}
@enderror You can use HTML tags for formatting.
status) ? 'checked' : '' }}>
@push('styles') @endpush @push('scripts') @endpush @endsection