@extends('layouts.header')
@section('titulo', 'Certificaciones')
@section('menu')
Inicio (current)
La Empresa
Servicios
Productos
Certificaciones
Noticias
Contactos
@endsection
@section('scripts')
@endsection
@section('contenido')
{{$certificaciones->titulo}}
@endsection