@extends('layouts.admin') @section('title') Notificări @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.setting.notifications') }} @endsection @section('content')
@csrf

Alegeți toate notificările prin e-mail pe care doriți să le primiți

user()->notificationsPreference->fastdocuments ? 'checked' : '' }}>
user()->notificationsPreference->interndocuments ? 'checked' : '' }}>
user()->notificationsPreference->applicationurbancertificate ? 'checked' : '' }}>
user()->notificationsPreference->applicationconstructionpermit ? 'checked' : '' }}>
user()->notificationsPreference->application_street_nomenclature_certificate ? 'checked' : '' }}>
user()->notificationsPreference->urban_certificate ? 'checked' : '' }}>
user()->notificationsPreference->street_nomenclature_certificate ? 'checked' : '' }}>
user()->notificationsPreference->building_removal_permits ? 'checked' : '' }}>
user()->notificationsPreference->events_calendar ? 'checked' : '' }}>
user()->notificationsPreference->certificate ? 'checked' : '' }}>
user()->notificationsPreference->authorization_notices ? 'checked' : '' }}>
user()->notificationsPreference->contravention_certificate ? 'checked' : '' }}>
user()->notificationsPreference->petitions ? 'checked' : '' }}>
user()->notificationsPreference->problems ? 'checked' : '' }}>
user()->notificationsPreference->online_appointments ? 'checked' : '' }}>
@endsection