@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