@extends('layouts.app') @section('title', 'Modifier un User') @section('third_party_stylesheets') @endsection @section('breadcrumb') @endsection @section('content')
@csrf @method('patch')
@include('utils.alerts')
Profile Image
@endsection @section('third_party_scripts') @endsection @push('page_scripts') @endpush