@extends('default.master') @section('title', "Paramètres") @section('main') @include('default.navbar')
Profil
  • nom : {{ ucfirst(Auth::user()->name) }}
  • email : {{ Auth::user()->email }}
  • @if(!is_null(Auth::user()->company->logo))
  • logo
  • @endif
Paramètre des fichiers
@csrf
visualiser
Informations sur l'entreprise
@csrf
@endsection