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

IMAGINE YOU HAVE YOUR OWN BLOG. WRITE ABOUT EATING OUT FOR THE BLOG. (10 MARKS)



Now you write two paragraphs about eating out for the blog. (80 words)

Do you like eating in restaurants? Why / Why not? How often do you eat out? Who do you go with? How many courses do you usually eat in a meal? What's your favourite course in a meal? 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