@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Background Image

@if (session('success')) @endif
@foreach ($backgroundImgs as $backgroundImg) @endforeach
Name Image Active Slide Actions
{{ $backgroundImg->name }}
is_active ? 'checked' : '' }} onchange="updateActiveStatus({{ $backgroundImg->id }}, this.checked)">
@if ($backgroundImg->is_slide == 1) Yes @else No @endif
@endsection