@extends('layouts.admin') @section('title', isset($theme) ? 'Edit Theme' : 'Add Theme') @section('page_title', isset($theme) ? 'Edit Theme' : 'Add New Theme') @section('content')
#{{ $theme->id }}
@if($theme->is_active) Active @else Inactive @endif
{{ $theme->created_at->format('M d, Y') }}
{{ $theme->updated_at->format('M d, Y H:i') }}
Create a new theme with custom colors
@endif