@extends('cultural.examen1stGrade.plantilla1stGrade')
@section('breadcrumb')
@endsection
@section('titulo', "$examen->nombre")
@section('contenido')
@section('scripts')
@endsection
MIRÁ LOS DIBUJOS. LEÉ LAS DESCRIPCIONES Y COMPLETÁ CON LA PALABRA CORRECTA
(6 PUNTOS)
- JACKET
- SHORTS
- T-SHIRT
- GLOVES
- SHOES
- TROUSERS
@if(isset($docente) && $docente->fk_idusuario == Session::get('usuario_id'))
@else
@endif
@endsection