@extends('admin.settings.setting-layout') @section('title'){{ __('custom_css_js') }} @endsection @section('website-settings')

{{ __('custom_css_js') }}

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif
@endsection @section('style') @endsection @section('script') {{-- --}} @endsection