@extends('layouts/menu_et_footer') @section('title') Paramètres | {{config('app.name')}} @endsection @section('container-fluid')

Paramètres

{{-- --}}
@php $img = "../../../plugins/images/users/default.png"; if ($auth['avatar']!=null) { $img = $auth['avatar']; } @endphp
{{--
@csrf
@if(Auth::user()->avatar) Photo de profil @else
{{ strtoupper(substr(Auth::user()->name, 0, 1) . substr(Auth::user()->last_name, 0, 1)) }}
@endif

{{$auth['firstname'].' '.$auth['lastname']}}

{{$auth['email']}}
--}}
{{-- @if(Auth::user()->avatar)
@else
@endif --}} @if(Auth::user()->avatar)
@else