@extends('layouts/layoutMaster') @section('title', 'Perfil del proveedor') @section('vendor-style') @vite(['resources/assets/vendor/libs/select2/select2.scss']) @endsection @section('page-style') @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/select2/select2.js']) @endsection @section('content') @php $publicHandle = $profile->slug ?: 'm-xxxxxxx'; $displayName = $profile->avatarDisplayName(); $avatarInitials = $profile->avatarInitials(); $canManageProfilePhoto = $profile->canManageProfilePhoto(); $showProfilePhoto = $profile->shouldShowProfilePhoto(); $canManageProfileCover = $profile->canManageProfileCover(); $showProfileCover = $profile->shouldShowProfileCover(); $publicProfileUrl = \Illuminate\Support\Facades\Route::has('mariachi.provider.public.show') && filled($profile->slug) ? route('mariachi.provider.public.show', ['handle' => $profile->slug]) : null; @endphp @include('content.mariachi.partials.account-settings-nav') @if(session('status'))