@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content') {{ trans('plugins/real-estate::property.import_properties') }}
{{ trans('plugins/real-estate::property.import_properties') }}
@include('plugins/real-estate::import.partials.template', ['headings' => $headings, 'data' => $properties]) @include('plugins/real-estate::import.partials.rules', compact('rules', 'headings')) @endsection @push('footer') @include('plugins/real-estate::import.partials.failure-template') @endpush