{{ $filmes->TITULO}}

...


@if(!empty($filmes->TRAILER)) @endif

@if($filmes->DATAESTREIA > \Carbon \Carbon::now()) {{--*/ $filmes_em_breve = MovieHelpers::renderFilmesEmBreve() /*--}}

Data de Estreia {{ date('d/m', strtotime($filmes->DATAESTREIA))}}

@endif

{{$filmes->SINOPSE}}

Duração: {{$filmes->DURACAO}} MIN

Genero: {{$filmes->GENERO}}

Distribuidora: {{$filmes->DISTRIBUIDORA}}

Diretor: {{$filmes->DIRETOR}}

Elenco: {{$filmes->ELENCO}}

{{ $filmes->CLASSIFICACAO }}

@include('modulos/AdsVertical1')
@if($filmes->DATAESTREIA > \Carbon \Carbon::now())

Em Breve Nos Cinemas

@include('modulos/AdsVertical2')
@endif @if(count($lista) < 1) @else
  • Em exibição nos seguintes cinemas

    Selecione um cinema para consultar os horários do filme e comprar ingressos

@foreach($lista as $filme) @if($cinema == "praca")
@if ($filme->Diames==date('d/m'))
@if ($filme->Diames==date('d/m'))
{{ Form::open(array('url'=>'ingressoonline', 'class'=>'form')) }} @else @endif @endforeach
SalaFilmeLegendaHoráriosClass.
{{ $filme->Sala }} {{ $filme->Titulo }} @if ($filme->Tipo == '3D') 3D @endif {{ $filme->Legenda }} {{ $filme->Horarios}}
{{ $filmes->CLASSIFICACAO }}
{{ Form::hidden('praca', $filme->Praca) }} {{ Form::hidden('cidade', $filme->cidade )}} {{ Form::hidden('cinema', $filme->Cinema) }} {{ Form::hidden('data', date('d', strtotime($filme->Datasessao)) . '-' . date('m', strtotime($filme->Datasessao)) .'-'. date('Y', strtotime($filme->Datasessao))) }}
{{ $filme->Sala }} {{ $filme->Titulo }} @if ($filme->Tipo == '3D') 3D @endif {{ $filme->Legenda }} {{ $filme->Horarios}}
{{ $filmes->CLASSIFICACAO }}
{{ Form::close()}}
@endif