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

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

@foreach ($headings as $heading) @endforeach @foreach ($projects as $project) @foreach ($headings as $key => $value) @endforeach @endforeach
{{ $heading }}
{{ Arr::get($project, $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