@extends('layouts.admin') @section('title', $theme->theme_name) @section('page_title', $theme->theme_name) @section('content')
| Theme Name: | {{ $theme->theme_name }} |
{{ $theme->primary_color }}
{{ $theme->secondary_color }}
{{ $theme->accent_color }}
{{ $theme->text_color }}
| Created: | {{ $theme->created_at->format('M d, Y H:i') }} |
| Updated: | {{ $theme->updated_at->format('M d, Y H:i') }} |