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

Theme Management

@foreach($themes as $themeId => $theme) @endforeach
ID Nama Path Status Aksi
{{ $themeId }} {{ $theme['name'] }} {{ $theme['path'] }} @if($theme['status'] === 'active') Active @else Inactive @endif ✏️
@csrf @method('DELETE')
@endsection