@extends('layouts.admin') @section('title', $theme->theme_name) @section('page_title', $theme->theme_name) @section('content')
Back to Themes Edit Theme
Theme Information
Theme Name: {{ $theme->theme_name }}
Color Palette
@if($theme->primary_color)
{{ $theme->primary_color }}
@endif @if($theme->secondary_color)
{{ $theme->secondary_color }}
@endif @if($theme->accent_color)
{{ $theme->accent_color }}
@endif @if($theme->text_color)
{{ $theme->text_color }}
@endif
Details
Created: {{ $theme->created_at->format('M d, Y H:i') }}
Updated: {{ $theme->updated_at->format('M d, Y H:i') }}
@csrf @method('DELETE')
@endsection