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

{{ $pageTitle }}

{{ $pageTitle }}

{{ trans('update.manage_all_items_in_a_single_place') }}

@foreach($themeColors as $themeColor) @endforeach
{{ trans('admin/main.title') }} {{ trans('admin/main.created_date') }} {{ trans('public.controls') }}
{{ $themeColor->title }} {{ dateTimeFormat($themeColor->created_at, 'j M Y') }}
@endsection