@extends('admin.layouts.app') @section('container', 'dashboard-container-xl') @section('section', d_trans('Settings')) @section('title', d_trans('Themes')) @section('header_title', d_trans(':theme_name Theme Custom CSS', ['theme_name' => m_trans($theme->name)])) @section('back', route('admin.settings.themes.index')) @section('form', true) @section('content')
@csrf
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection