{{--
Processing...
--}}
{{-- --}}
Calendar
{{-- --}}
Calendar
{{--
--}}
{{-- --}} @foreach ($formulars as $formular) {{-- --}} @endforeach
ID Answered by: Email Title Product Date PaidCSVAction
{{ $loop->iteration }} @if($formular->formular_order) @if($formular && $formular->formular_order && $formular->formular_order->order) {{$formular->formular_order->order->first_name}} {{$formular->formular_order->order->last_name}} @endif @else @if($formular && $formular->email_answer()) {{$formular->answeredBy()->input_field}} @endif @endif @if($formular->formular_order) @if($formular && $formular->formular_order && $formular->formular_order->order) {{$formular->formular_order->order->email}} @endif @else @if($formular && $formular->email_answer()) {{$formular->email_answer()->input_field}} @endif @endif {{ Str::words($formular->formular->title, 5, '... ') }} {{ Str::words($formular->formular->product->title, 5, '... ') }} {{ \Carbon\Carbon::parse($formular->created_at)->isoFormat(' Do MMMM YYYY')}} @if($formular->formular_order)
Yes
@else
No
@endif
Download CSV {{-- View --}} View questionnaire
{{ $formulars->onEachSide(3)->links('custom-pagination-links-view') }}
@push('modals') @livewire('formulars.modals.csv-download-modal') @endpush