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

WRITING (10 MARKS)



Write a description of your city, town or village. (60 words)

Where is it? How big is it? Is there a lot of tourism? Is there a river / beach near? Why do you like the village / town / city? What are your favourite places?

@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