@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Custom Js')}} @endsection @section('content')
@include('backend.partials.message')

{{__("Custom Js")}}

{{__('you can only add css style here. no other code work here.')}}

@csrf
@endsection @section('script') @endsection