@extends('layout')
@section('css')
@parent
{{ HTML::style('css/slideshow.css') }}
@stop
@section('content')
@if($preview)
Vorschau
@else
Our Girls
@endif
@foreach($schedule as $s)
-
@if($s->checkin_time > Carbon::now())
Ab: {{ $s->checkin_time->format('d.m') }}
@endif
@if($s->girl->is_new === 'yes')
new
@endif
@if($preview === 'nutjob')
Ab {{ $s->checkin_time->format('d.m') }}
@endif
@endforeach
@foreach($schedule as $s)
-
@if($s->checkin_time > Carbon::now())
Ab: {{ $s->checkin_time->format('d.m') }}
@endif
@endforeach
@foreach($schedule as $s)
@foreach($s->girl->photos as $photo)
}})
@endforeach
Meine Daten:
- Alter:
- {{$s->girl->girldetail->age}}
- Konfektion:
- {{$s->girl->girldetail->clothingsize}}
- Oberweite:
- {{$s->girl->girldetail->brasize}}
- Intim:
- {{$s->girl->girldetail->pussy}}
- Größe:
- {{$s->girl->girldetail->height}}cm
- Gewicht:
- {{$s->girl->girldetail->weight}}Kg
- Schuhgröße:
- {{$s->girl->girldetail->shoesize}}
Diesen Service biete ich
@foreach($s->girl->services as $service)
- {{$service->service_name}}
@endforeach
@if(!$s->girl->languages->isEmpty())
Sprachen
@foreach($s->girl->languages as $lang)
- {{$lang->lang_name}}
@endforeach
@endif
@endforeach
@stop
@section('js')
@parent
{{ HTML::script('js/slideshow.js') }}
{{ HTML::script('//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js') }}
{{ HTML::script('//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular-animate.js') }}
@stop