@extends('user_type.auth', ['parentFolder' => 'offer', 'childFolder' => '']) @section('content')
Manage Admin
@if($errors->get('msgError')) @endif @if(session('success')) @endif @if(count($data) > 0) @foreach($data as $item) @endforeach @else no content @endif
SELECT USERNAME EMAIL USERLIST PERMISSION CREATE PERMISSION EDIT PERMISSION DELETE PERMISSION CREATED AT ACTION
# {{$item->username}} {{$item->email}} @if($item->role_noti == 'true') Active @else Disabled @endif @if($item->role_create=='true') Active @else Disabled @endif @if($item->role_edit=='true') Active @else Disabled @endif @if($item->role_delete=='true') Active @else Disabled @endif
{{$data->links('components.paginate')}}
@endsection @include('modal') @push('js') @endpush