@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
{{--
Thème visuel
usePar_template==1 ? 'checked' : '' }}>
usePar_template==2 ? 'checked' : '' }}>


{{ __('NB : Pour que le nouveau thème s\'applique, pensez à vous déconnecter et vous reconnecter.') }}
--}}
Gestion des astreintes

Mes astreintes

@foreach ($list_astreinte as $astreinte) @endforeach
{{ __("#") }} {{ __("Début") }} {{ __("Fin") }} {{ __("Etat") }}
{{$astreinte->useAst_id }} {{ date('d/m/Y à H:i', strtotime($astreinte->useAst_startDate)) }} {!! ($astreinte->useAst_etatAstreinte == 0) ? date('d/m/Y à H:i', strtotime($astreinte->useAst_endDate)) : "" !!} {!! ($astreinte->useAst_etatAstreinte == 1) ? 'En cours' : 'Terminé'!!}
@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