@extends('layouts.app') @section('content')
{{ csrf_field() }}
@if (session('status')) @endif @foreach($data['users'] as $user) @endforeach
(bids) Name Email Type Action
({{ $user->bids_count > 0?$user->bids_count: 0 }}) {{ $user->name }} {{ $user->email }}
@if(count($data['users']) > 0) {{ $data['users']->links() }} @endif
@endsection @section('scripts') @endsection