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

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

{{-- --}} {{-- --}} {{-- @foreach ($designations as $designation)--}} {{-- --}} {{-- @endforeach--}} {{-- --}}

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

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

@foreach ($countries as $country) @endforeach

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

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