@vite('resources/css/app.css') @include('sidebar.users_sidebar')

Employee

Export
@if ($errors->any())
{{ $errors->first('error') }}
@endif
@foreach($users as $user) @endforeach
Profile Name Position Date Created Date updated View Action
@if($user->profile != null) User Profile Picture @else User Profile Picture @endif {{$user->employee_name }}
{{$user->email}}
{{$user->employee_type}} {{$user->created_at}} {{$user->updated_at}} View Projects
@include('SMM.SMMAdmin.addemployee')