@extends('layouts/gnr_layout') @section('title', '| List Management Level Object') @section('content')

LEVEL WISE USER LIST

{{ csrf_field() }} @foreach($users as $user) @endforeach
SN# Organization Level Level Object Employee Action
{{ $SL }} {{ @$user->company->name }} {{ @$user->layerObject->layer->title }} {{ @$user->layerObject->title }} {{implode (", ", @$user->employeNames)}} {{-- --}}
@endsection