@extends('layouts.adminmaster') @section('content')
{{lang('Custom CSS & JS', 'menu')}}
{{lang('Custom CSS & JS', 'menu')}}
@csrf @honeypot
{{lang('Custom CSS')}}
{{customcssjs('CUSTOMCSS')}}
@error('customcss')
{{ lang($message) }}
@enderror
{{lang('Custom JS')}}
{{customcssjs('CUSTOMJS')}}
@error('customjs')
{{ lang($message) }}
@enderror
@endsection