@extends('layouts.contentLayoutMaster') @section('title', __('locale.contacts.import_contact')) @section('vendor-style') @endsection @section('content') @csrf @foreach ($headers as $key => $header) {{ $header }} @endforeach @foreach ($headers as $key => $header) -- @foreach ($list->getFields()->get() as $field) {{ $field->label }} @endforeach @endforeach {{__('locale.buttons.import')}} @endsection @section('vendor-script') @endsection @section('page-script') @endsection