@extends('landlord.landlord_layout') @section('title',@$title) @section('landlord_content')
@csrf

As with all estate agents, {{ config('app.name') }} requires all customers to provide ID.

@if(!empty($proofId['file']) && $proofId['file_extension'] !== 'pdf') @else @endif

Click to upload or drag and drop

PNG, JPG or PDF (max. 8 MB)

@if(!empty($proofId['file']))

{{ $proofId['name'] }} ({{ $proofId['file_size'] }})

@endif

As with all estate agents, {{ config('app.name') }} requires all customers to provide ID.

@if(!empty($proofAddress['file']) && $proofAddress['file_extension'] !== 'pdf') @else @endif

Click to upload or drag and drop

PNG, JPG or PDF (max. 8 MB)

@if(!empty($proofAddress['file']))

{{ $proofAddress['name'] }} ({{ $proofAddress['file_size'] }})

@endif
@endsection