@extends('layouts.main') @section('title', 'Manajemen User') @section('content') {{--

Halaman Manajement User

--}}

Tabel User

Our User Tables are enhanced with the help of the DataTables plugin. This is a powerful tool that allows you to explore return data in a more interactive and efficient way

{{-- + Tambah data --}}
DataTables User
@php $noUser = 1; @endphp @forelse ($user as $data) @empty

Data Kosong

@endforelse
No Nama Email No. HP Alamat Ditugaskan Action
No Nama Email No. HP Alamat Ditugaskan Action
{{ $noUser++ }} {{ $data->fullname }} {{ $data->email }} {{ $data->no_hp }} {{ $data->address }} {{ $data->warehouse->name }} {{-- --}}
@endsection