@extends('backend.layouts.form') @section('section', admin_trans('Themes')) @section('title', $theme->name . ' ' . admin_trans('theme custom css')) @section('back', route('admin.appearance.themes.index')) @section('content')
@csrf
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection