@extends('user.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