@extends('layouts.master') @section('content')
{{ ucwords(Lang::get('girls.info')) }} | {{ ucwords(Lang::get('girls.allocation')) }} | {{ ucwords(Lang::get('girls.actions')) }} | |
---|---|---|---|
{{$girl->public_name}}{{ HTML::CoverPathSquare($girl->album['id'],$girl->album['cover']) }} |
{{ ucwords(Lang::get('girls.contact')) }}{{ ucwords(Lang::get('girls.name')) }}: {{ $girl->firstname }} {{ $girl->lastname }}{{ ucwords(Lang::get('girls.mobile')) }}: {{ ucwords(Lang::get('girls.email')) }}: |
@if(!$girl->calendar->isEmpty())
@foreach($girl->calendar as $c)
{{ $c->location->location_name }}{{ $c->checkin_time->format('d.m.Y')}} - {{ $c->checkout_time->format('d.m.Y')}} {{ ucwords(Lang::get('girls.no date')) }} @endif |
@if($girl->is_new == 'yes')
@else
@endif
{{ ucwords(Lang::get('girls.actions')) }}
|