@extends('layouts.master') @section('title', 'Profil') @section('content')
Détail du profil
@if ($user->photo != null) user-avatar @else user-avatar @endif
@csrf

@csrf
@csrf
@endsection