| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/linkabili/resources/views/frontend/static/ |
Upload File : |
@extends('layouts.frontend.app')
@push('headsection')
<style>
.newsletter-wrap {
display: none
}
</style>
@endpush
@section('main')
<section class="section-bg section-first-without-intro">
<div class="container">
<div class="section-header">
<h3 class="section-title">Contatto avvenuto con successo</h3>
<span class="section-divider"></span>
</div>
<div class="row">
<div class="col-12 text-center">
<p class="mb-4">Abbiamo inoltrato la tua richiesta
a {{$professionits->name .' '.$professionits->surname}} </p>
{{-- <p class="mb-4">se vuoi visualizzare il suo profilo <a href="/detail/{{$professionits->slug}}">clicca qui</a> </p> --}}
<p class="mb-4">
Ti faremo contattare non appena si renderĂ disponibile
</p>
<div class="card-body doctor-details-accordion-body">
<a href="{{$return}}" style="text-decoration:underline;font-size: 1.5rem;">
Torna agli altri profili
</a>
</div>
</div>
</div>
</div>
</section>
@endsection