@extends('layouts.master') @section('title', $title) @section('content')

Listing

@if ($error = Session::get('error'))

{{ $error }}

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

{{ $success }}

@endif @foreach( $allColumns as $key => $value ) @endforeach @foreach( $allColumns as $key => $value ) @endforeach @foreach ($saved_lists as $saved_list) @endforeach
{{ $value }}
{{ $value }}
{{ $saved_list->listItems($saved_list->data_item_type) ? count($saved_list->listItems($saved_list->data_item_type)) : 0 }} {{ $saved_list -> name }} {{ isset($dataTypes[$saved_list->data_item_type]) ? $dataTypes[$saved_list->data_item_type] : '' }} {{ $saved_list->ownerUser ? $saved_list->ownerUser->name : '' }} {{ $saved_list->created_at }} {{ $saved_list->updated_at }}
{{ $saved_lists->links() }}
@endsection @section('pagejs')