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