mercredi 2 décembre 2015

syntax error, unexpected end of file laravel 5

I know this question is stupid. I already tried to find this error for several hours. I still can't figure it out what I missing...

@extends('app')

@section('content')
    <div class="container">
        <div class="span7 offset1">
            <iframe width="600" height="315" src="//www.youtube.com/embed/<?php echo $_POST['id']; ?>" frameborder="0" allowfullscreen></iframe>
        </div>

        <div id="tags">
            <?php
            foreach(json_decode($_POST['data']) as $value) {?>
            <h3> <?php echo $value->Name;?> :
                <small>
                    <?php foreach( $value->Times as $times ) {
                        echo gmdate("i:s", $times).'  ' ;
                    }?>
                </small>
            </h3>
            <br>
            <?php}?>

        </div>
    </div>

@endsection

error message

FatalErrorException in f414a2a722d122735d2198f9a7f0ae6a line 26:
syntax error, unexpected end of file



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire