@extends('admin.layouts.form') @section('section', translate('Appearance')) @section('title', translate(':theme_name Theme Custom CSS', ['theme_name' => $theme->name])) @section('back', route('admin.appearance.themes.index')) @section('content')
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection