@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Mon compte') }} @endsection @section('titre_header') {{ __('Mon compte') }} @endsection @section('titre_page') {{ __('Mon compte') }} @endsection @section('contenu')
@method('POST') @csrf
@error('name') {{ @$message }} @enderror
@error('email') {{ @$message }} @enderror
@error('use_phone') {{ @$message }} @enderror
@error('use_mobile') {{ @$message }} @enderror
{{__('Options')}}
@if (Session::get('active_notifications')=='oui')
{{__('Notifications')}}
create_user=='1' ? 'checked' : '' }}>
add_proQuo_presta=='1' ? 'checked' : '' }}>
int_planification_presta=='1' ? 'checked' : '' }}>
int_realisation_presta=='1' ? 'checked' : '' }}>
add_int_site=='1' ? 'checked' : '' }}>
add_int_message=='1' ? 'checked' : '' }}>
@endif
@endsection @section('js_footer') @endsection @section('modale') --}} @endsection