@extends('layouts.dashboardnew') @section('content')
@if($informacion == null) Modificar Presentación @else Modificar Presentación @endif
@if($informacion != null)
Enlace referido
Enlace de Presentación
{{route('presentacion-show', Auth::user()->user_login)}}
@endif @if($informacion != null)
Responsive image
Título
{{$informacion->titulo}}
@if($informacion->facebook != null)
Link Facebook
@endif @if($informacion->instagram != null)
Link Instagram
@endif @if($informacion->whatsap != null)
Link Whatsapp
@endif @if($informacion->tiktok != null)
Link Youtube
@endif @if($informacion->twitter != null)
Link Twitter
@endif
Color
{{$informacion->color}}
@endif @if($informacion != null)

Descripción


{!! $informacion->contenido_modal !!}
@endif
@include('presentacion/modal/crear') @include('presentacion/modal/actualizar') @endsection @push('script') @endpush