@extends('layouts.app', ['title' => 'Mitarbeiterneu']) @section('content') {{-- newitem --}} {{-- delete modal --}}
@include('layouts.breadcrumb', ['crumbs' => ['HRM', 'Mitarbeiterpersonal']])
@if (session('msg'))

{{ session('msg') }}

@endif
{{-- @csrf --}}

{{-- --}} {{-- @endif --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @if (Auth::user()->get_employee->is_mgt) @endif @if ($employeepersonal->count() > 0) @foreach ($employeepersonal as $item) {{-- --}} {{-- --}} {{-- --}} @if (Auth::user()->get_employee->is_mgt) @endif @endforeach @else @endif
@csrf
Benutzer-id Abteilung ist-mgt ist-mgr Budget-zugriefen Geschlecht Name Geburtsdatum Staatsangehörigkeit Aktion
{{ $item->id }} --}} {{-- {{ $item->emp_id }} --}} {{-- @if (!empty($item->get_employee)) - {{ $item->get_employee->first_name }} {{ $us->get_employee->last_name }} @endif --}} {{-- {{ $item->get_user->user_id }} {{ $item->get_department->name }} {{ $item->first_name }} {{ $item->last_name }} {{ $item->birth_date }} {{ $item->nationality }} {{-- --}} {{-- --}}
Keine Daten

{{-- für dem table --}}
{{-- für container --}}

@endsection