@extends('layouts/contentNavbarLayout') @section('title', 'Business - Authorization') @section('content')

Business - Authorization

@if(count($data)>0) @foreach ($data as $d) @endforeach @else {{ "No hay nada" }} @endif
Authorize @sortablelink('name', 'Name') Owner @sortablelink('email', 'Email') @sortablelink('phone', 'Phone') Sessions Actions
authorize) checked @endif >
{{$d->name}} {{$d->lastName}}, {{$d->firstName}} {{$d->email}} {{$d->phone}} @if ($d->facebook_id != null) Facebook @elseif($d->google_id != null) Google @else CYC @endif
{!! $data->appends(request()->query())->render() !!}
@endsection