@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')
{{ trans('plugins/real-estate::property.import_properties') }}
@csrf

{{ trans('plugins/real-estate::import.template') }}

@foreach ($headings as $heading) @endforeach @foreach ($properties as $property) @foreach ($headings as $key => $value) @endforeach @endforeach
{{ $heading }}
{{ Arr::get($property, $key) }}

{{ trans('plugins/real-estate::import.rules') }}

@foreach ($rules as $key => $value) @endforeach
{{ trans('plugins/real-estate::import.column') }} {{ trans('plugins/real-estate::import.rules') }}
{{ Arr::get($headings, $key) }} {{ $value }}
@endsection