@extends('admin.layout') @section('styles') @endsection @section('content')
{{__('Custom JS')}}
Please do not use <script></script> tag here. Put the JS code only
@csrf
@endsection @section('scripts') @endsection