@extends('layouts.master') @section('title', $title) @section('pagecss') @endsection @section('content')
@if(!empty($listpage))

List: Selected

Delete List
{{ csrf_field() }}
@else @endif
@include('partials.filter-area-contact')
@if ($error = Session::get('error'))

{{ $error }}

@endif @if ($success = Session::get('success'))

{{ $success }}

@endif @foreach ($columns as $key => $value) @endforeach @if(!empty($extraFields)) @foreach($extraFields as $id => $name) @if(isset($columnPreferences[$name])) @endif @endforeach @endif @foreach ($columns as $key => $value) @endforeach @if(!empty($extraFields)) @foreach($extraFields as $id => $name) @if(isset($columnPreferences[$name])) @endif @endforeach @endif @if(!empty($contacts) && count($contacts)) @foreach($contacts as $row) @foreach($columns as $key => $value) @if($key == 'first_name') @else @endif @endforeach @php $extraFieldValues = $row->extraFields()->pluck('value','extra_field_settings_id'); @endphp @foreach($extraFields as $id => $value) @if(isset($extraFieldValues[$id]) && isset($columnPreferences[$value])) @else @endif @endforeach @endforeach @endif
{{$value}} {{ $name}}
{{$value}} {{ $name}}
{{ $row->$key }}{{ $row->$key }}{{ $extraFieldValues[$id] }}
{{ $contacts->links() }}
@csrf
@include('partials.save-column-preference-modal') @include('partials.add-list-modal') @endsection @section('pagejs') @endsection