@php use App\Models\Permission; @endphp @extends('layouts.main') @section('title') PIM | Data Users @endsection @section('headertitle')

DATA USER

@endsection @section('breadcrumb') @endsection {{-- @section('cssatas') @endsection --}} @section('content')

Users

@if (session('message'))
{{ session('message') }}
@endif @if(Permission::where('role', Auth::user()->role)->where('view', 'users')->where('create', 1)->exists())
{{-- --}}   Add User
@endif {{-- --}}
NAMA EMAIL ROLE CREATED AT UPDATED AT ACTION
NAMA EMAIL ROLE CREATED AT UPDATED AT ACTION
@endsection @section('jsbawah') @endsection