@extends('layouts.dashboard') @section('css') @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ __('Please Choose Fields That You Need To Be in Your Excel Sheet') }}

@csrf

{{ __('Fields Names') }}

{{-- {{ dd($columnsWithViewingNames) }} --}}
@foreach ($columnsWithViewingNames as $fieldName => $displayName)
Warning: Undefined variable $fieldName in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/Exportation/fieldsSelectionToBeExported.blade.php on line 83

Warning: Undefined variable $fieldName in /home/cfostools/public_html/cfohotel.evoqas.com/resources/views/client_view/Exportation/fieldsSelectionToBeExported.blade.php on line 84
@endforeach
{{-- --}}
@endsection @section('js') @endsection