@extends('layouts.master') @section('title', __('index.theme_color')) @section('main-content')
@include('admin.section.flash_message')
{{ __('index.theme_color') }}
@if(isset($themeDetail))
@method('PUT') @else @endif @csrf @include('admin.themeColor.form')
@endsection