|
|
@ -10,7 +10,7 @@ |
|
|
<div class="panel panel-default"> |
|
|
<div class="panel panel-default"> |
|
|
<table class="table table-condensed"> |
|
|
<table class="table table-condensed"> |
|
|
<tr><th class="col-xs-5">{{ trans('couple.husband') }}</th><td>{{ $marriage->husband->profileLink() }}</th></tr> |
|
|
<tr><th class="col-xs-5">{{ trans('couple.husband') }}</th><td>{{ $marriage->husband->profileLink() }}</th></tr> |
|
|
<tr><th>{{ trans('couple.wive') }}</th><td>{{ $marriage->wife->profileLink() }}</th></tr> |
|
|
|
|
|
|
|
|
<tr><th>{{ trans('couple.wife') }}</th><td>{{ $marriage->wife->profileLink() }}</th></tr> |
|
|
<tr><th>{{ trans('couple.marriage_date') }}</th><td>{{ $marriage->marriage_date }}</th></tr> |
|
|
<tr><th>{{ trans('couple.marriage_date') }}</th><td>{{ $marriage->marriage_date }}</th></tr> |
|
|
@if ($marriage->divorce_date) |
|
|
@if ($marriage->divorce_date) |
|
|
<tr><th>{{ trans('couple.divorce_date') }}</th><td>{{ $marriage->divorce_date }}</th></tr> |
|
|
<tr><th>{{ trans('couple.divorce_date') }}</th><td>{{ $marriage->divorce_date }}</th></tr> |
|
|
@ -18,9 +18,9 @@ |
|
|
<tr><th>{{ trans('couple.childs_count') }}</th><td>{{ $marriage->childs_count }}</th></tr> |
|
|
<tr><th>{{ trans('couple.childs_count') }}</th><td>{{ $marriage->childs_count }}</th></tr> |
|
|
{{-- <tr><th>{{ trans('couple.grand_childs_count') }}</th><td>?</th></tr> --}} |
|
|
{{-- <tr><th>{{ trans('couple.grand_childs_count') }}</th><td>?</th></tr> --}} |
|
|
</table> |
|
|
</table> |
|
|
{{-- <div class="panel-footer"> |
|
|
|
|
|
{{ link_to_route('couples.show', trans('couple.show'), [$user->id], ['class' => 'btn btn-default btn-xs']) }} |
|
|
|
|
|
</div> --}} |
|
|
|
|
|
|
|
|
<div class="panel-footer"> |
|
|
|
|
|
{{ link_to_route('couples.show', trans('couple.show'), [$marriage->id], ['class' => 'btn btn-default btn-xs']) }} |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
@endforeach |
|
|
@endforeach |
|
|
|