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

WRITING (10 MARKS)



Write a review of a book or a film that you enjoyed. (90 words)

What's the name or the book or film? Who wrote it / starred in it / directed it? What's the setting and who are the main characters? What's the story about? What did you like most about it? Would you recommend it? Yes / No. Why?

@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