@extends('layouts.master') @section('content')

Ladies.de {{ ucwords(Lang::get('ladies.data collection')) }}


@if( !is_null($documents) ) @else
{{ ucfirst(Lang::get('ladies.no pdf')) }}
@endif

Letzte Aktualisierung: {{ $girl->ldata->updated_at->format('d.m.Y') }}

@if(!empty($pdf_log))

Zuletzt versendet: {{$pdf_log->created_at->format('d.m.Y - H:i')}} Uhr
Für Termin bei: {{$pdf_log->location->location_name}}
Versendet von: {{$pdf_log->user->first_name }} @else

Noch nicht versendet

@endif
{{ Form::model($girl,array('route'=>array('ladies.update',$girl->id), 'method' => 'PUT')) }}
{{ ucwords(Lang::get('ladies.data')) }} {{ Form::label('Fotograf') }} {{ Form::text('ldata[photographer]') }}
{{ Form::label('Künstlername') }} {{ Form::text('public_name', $girl->public_name ,array('disabled')) }}
{{ Form::label('Alter') }} {{ Form::text('age', $girl->girldetail->age, array('disabled')) }}
{{ Form::label('Herkunft') }} {{ Form::select('country', $countries, $girl->girldetail->country->id, array('disabled')) }}
{{ Form::label('Typ') }} {{ Form::select('ldata[ethnicity]',$fieldList['type'],$girl->ldata->Typ) }}
{{ ucwords(Lang::get('ladies.description')) }}
{{ Form::label('Haarfarbe') }} {{ Form::text('haircolor', $girl->girldetail->haircolor, array('disabled')) }}
{{ Form::label('Augenfarbe') }} {{ Form::text('eyecolor', $girl->girldetail->eyecolor, array('disabled')) }}
{{ Form::label('Konfektion') }} {{ Form::text('clothingsize', $girl->girldetail->clothingsize, array('disabled')) }}
{{ Form::label('Schuhgröße') }}
{{ Form::label('Haarlänge') }} {{ Form::select('ldata[hairlength]',$fieldList['hairlen'],$girl->ldata->hairlength) }}
{{ Form::label('Hautfarbe') }} {{ Form::select('ldata[skincolor]',$fieldList['skintype'],$girl->ldata->skincolor) }}
{{ Form::label('Haarlänge') }} {{ Form::select('ldata[hairstyle]',$fieldList['hairstyle'],$girl->ldata->hairstyle) }}
{{ Form::label('Natur/Silikon') }} {{ Form::select('ldata[tittype]',$fieldList['tittype'],$girl->ldata->tittype) }}
{{ Form::label('Busenform') }} {{ Form::select('ldata[titshape]',$fieldList['titshape'],$girl->ldata->titshape) }}
{{ ucwords(Lang::get('ladies.body jewelry')) }} @foreach($lbody as $lb)