@extends('admin.include.main') @section('content')
Users
@foreach($user as $not) @foreach($role as $rol) @if($not->role_id == $rol->id) @endif @endforeach @endforeach
S.No Name Email Role Action
{{$count++}} {{$not->name}} {{$not->email}}{{$rol->name}}
@endsection