@extends('layouts.app') @section('title') {{'Distributor Integration'}} @endsection @section('content')
Distributor Integration
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
Search By Name
Create New

@php $serial = 1; @endphp @foreach($userTree as $user) @include('components.distributor-row', ['user' => $user, 'serial' => &$serial]) @endforeach
# Designation Employee ID Employee Name Parent Name User Type Sub-Area Name Distributor Name Action
@endsection