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

WRITING (10 MARKS)



Write an email to a friend about a meal you recently had. Use these questions as a guide. (60 words)

Where did you have the meal? Who did you go with? When? What was the food like? Did you enjoy the meal? Why / Why not?

@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