@extends('layouts.app') @section('content') @auth

Application Users

@if(!empty($user) && $user->count()) @foreach($user as $key => $value) @endforeach @else @endif
ID Name Email Position
{{ $value->id }} {{ $value->name}} {{ $value->email}} {{$post=$value->type}}
There are no data.
{!! $user->links() !!}
@endauth @endsection