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

WRITING (10 MARKS)



Write an article about your best friend for your school magazine. (40 words). Use these questions as a guide:

What's his / her name? How old is he / she? What school does he / she go to? What does he / she usually do every day? What does he / she do at the weekends?

@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