@extends('web.layouts.app') @section('content')

@lang('user.add')

@csrf

@lang('user.note')

@lang('notes.rules_note')

@endsection @php $types = json_encode(App\Models\Rule::$types); @endphp @section('script') @endsection