@extends('admin.global-config.index') @section('global-config-content')
@csrf
@if ($errors->has('CUSTOM_JS')) {{ $errors->first('CUSTOM_JS') }} @endif
@endsection