@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')

{{ $title }}

@csrf

{{ _trans('landlord.Personal Details') }}

{{ _trans('landlord.Present Address') }}

@foreach ($countries as $country) @endforeach
@endsection @push('script') @endpush