@extends('layout.default') @section('styles') @endsection @section('subheaderRightToolbar') @PermissionsCan(groupPermissionName('shiftassign.index')) Back(ESC) @endPermissionsCan @PermissionsCan(groupPermissionName('shiftassign.update'))
@endPermissionsCan @endsection @section('content')

Employee Details

@if(isset($shiftassign->shiftAssignEmployeeDetail) and !empty($shiftassign->shiftAssignEmployeeDetail)) @foreach($shiftassign->shiftAssignEmployeeDetail as $key => $employee_data) @endforeach @else @endif
Name Code
{{ ( $employee_data->employee->name) ?? "" }} {{ ( $employee_data->employee->code) ?? "" }}
@endsection @section('scripts') @endsection