@extends('layouts.app') @section('body_class', 'bodyhome') @section('metadata') Sysmach Eve {!! htmlScriptTagJsApi([ 'action' => 'home', 'callback_then' => 'callbackThen', 'callback_catch' => 'callbackCatch' ]) !!} @endsection @section('css') @endsection @section('content')

Próximos eventos

@foreach($eventos as $evento)
{{$evento->getday($evento)}}
{{substr($evento->getmonthname($evento), 0, 3)}}
{{$evento->gethour($evento)}}

{{$evento->name}}

{{$evento->description}}

{{$evento->obs}}

@if ($evento->getfree($evento) > 0)
@else @endif

Local: {{$evento->location}}
Data: {{$evento->getdate($evento)}}/{{$evento->getyear($evento)}}
Hora: {{$evento->gethour($evento)}}
Valor: {{$evento->valor}}
Pagamento: {{$evento->instpag}}
Vagas livres: {{$evento->getfree($evento)}}
Data limite inscrição: {{$evento->getdateend($evento)}}/{{$evento->getyearend($evento)}}

@endforeach
@endsection @section('js') @endsection