@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content') {{ $title }} @csrf {{ _trans('landlord.Personal Details') }} {{ _trans('landlord.Present Address') }} @foreach ($countries as $country) {{ $country->name }} @endforeach @endsection @push('script') @endpush