@extends('admin.layouts.form') @section('title', admin_trans('Custom CSS')) @section('content')
{{ admin_trans('Custom CSS') }}
@csrf
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection