@extends('layouts.app') @section('content')
{{--
Add
--}}
@if (Session::get('Destroy'))
Deleted !
{{Session::get('Destroy')}}
@endif @if (Session::get('DestroyAll'))
Deleted !
{{Session::get('DestroyAll')}}
@endif

{{-- Add --}} User List

View Trash
Employee Name Email Photo Status LastLogin Role Action
@endsection