@extends('backend.layouts.main') @section('panel')
@if (Route::is('admin.website.theme.edit'))

Input Gambar

@csrf
@else

Input Gambar

@csrf
@endif
@foreach ($themes as $item) @endforeach
# Nama Gambar Desktop CSS Mobile CSS Jackpot IMG Status Aksi
{{ $loop->iteration }} {{ $item->name }} {{ $item->warna }} {{ $item->warna_mobile }} {{ $item->jackpot }} {{ $item->status }}

Select Theme

@csrf
@endsection