@extends('layouts.app') @section('css') @endsection @section('content')

¡Hola, soy {{ $about->myName }}!

Bienvenido a mi Portafolio

Sobre mí

FOTO_PERFIL

{!! $about->text !!}

Proyectos personales

@forelse ($projects as $project)
PROYECTO_PORTADA_{{ $project->id }}
{{ $project->title }}
@empty
Sin Proyectos
@endforelse

Skills

@forelse ($skills as $skill)
SKILL_PORTADA_{{ $skill->id }}
{{ $skill->title }}
@empty
Sin Skills
@endforelse

Certificados & Insignias

@forelse ($certificates as $cer)
CERTIFICATE_PORTADA_{{ $cer->id }}
{{ $cer->title }}
@empty
Sin Certificados
@endforelse

Contacto

@forelse ($contacts as $contact)
{{ $contact->texto }}
@empty No hay Información @endforelse @forelse ($networks as $network) @empty No hay Información @endforelse
@endsection @section('scripts') @if ($mensaje = Session::get('contacto-success')) @endif @endsection