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

WRITING (10 MARKS)



Write an email to a friend giving him / her advice on a problem he / she has. (80 words)

What's his / her problem? Who with? What would you do if you were him / her? What advice would you give him / her? What could he / she do to deal with the problem?

@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