@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