@props([ 'name_husband' => '', 'name_wife' => '', 'name_event' => '', 'description' => '', 'start_date' => '', 'location' => '', ]) @php use Illuminate\Support\Carbon; $start = $start_date ? Carbon::parse($start_date)->locale('es') : null; @endphp @if(session('success')) @endif