@extends('cultural.examen3rdJuniors.plantilla3rdJuniors') @section('breadcrumb') @endsection @section('titulo', "$examen->nombre") @section('contenido') @section('scripts') @endsection

WRITING (10 MARKS)


Imagine that you went to a charity event last weekend. Send an email to a friend talking about that event. (70 words) Use these questions as a guide:

Who organized it? Which charity was it for? Where was it? What did you do to help? What did organizers and participants say about the event and its results?

@if(isset($docente) && $docente->fk_idusuario == Session::get('usuario_id'))
@elseif($cliente->fk_idusuario == Session::get('usuario_id') && $cliente->id == $examenAlumno->fk_idcliente && $examen->hora_inicio <= date('H:i:s') && $examen->fecha_examen == date('Y-m-d'))
@else
@endif