@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

rental_source)}}'/>
@if($unit->rental_source == 'company')
@endif @if($unit->rental_source == 'self')
@endif @if(count($unit->applicant_contact))
@foreach($unit->applicant_contact as $contactName => $contact) @if($contact == '') @continue @endif @endforeach
{{__('units.applicant_contact')}}
{{__('units.applicant_contact_'.$contactName)}} {{$contact}}
@endif @if(count($unit->selected_compound))
@foreach($unit->selected_compound as $compound) @if($compound == '') @continue @endif @endforeach
# {{__('units.selected_compound')}}
{{$loop->iteration}} {{__('units.'.$compound)}}
@endif
@endsection