@if($row->name)
@endif
@if($row->email)
@endif
@if($row->phone)
@endif
@if($row->city)
@endif
@if($row->category)
@endif
@if($row->sub_category_id)
@endif
@if($row->description)
@endif
{{-- Gallery Images --}}
@if($row->category && in_array($row->category->type, ['hall', 'chalet', 'rest', 'hotel']) && $images && $images->count() > 0)
{{ __('admin.images') }}
@foreach($images as $image)
@endforeach
@endif
{{-- Additional Fields based on Category --}}
@if($row->category && $row->category->type === 'hall')
@if($row->hall_capacity)
@endif
@if($row->day_price)
@endif
@if($row->conditions)
@endif
@elseif($row->category && in_array($row->category->type, ['chalet', 'rest', 'hotel']))
@if($row->area_in_metres)
@endif
@if($row->rooms_number)
@endif
@if($row->day_price)
@endif
@if($row->rooms_description)
@endif
@endif
{{-- Identity Data --}}
@if($row->identity_number || $row->identity_image || $row->commercial_register_image)
{{ __('admin.identity_data') }}
@endif
@if($row->identity_number)
@endif
@if($row->identity_image)
@endif
@if($row->commercial_register_image)
@endif
{{-- Bank Data --}}
@if($row->bank_name || $row->bank_account_name || $row->bank_account_num || $row->iban_num)
{{ __('admin.bank_data') }}
@endif
@if($row->bank_name)
@endif
@if($row->bank_account_name)
@endif
@if($row->bank_account_num)
@endif
@if($row->iban_num)
@endif
@if($row->map_desc || ($row->lat && $row->lng))
@endif