@extends('tenant.layouts.agent-wfm') {{-- Tilte Section --}} @section('title', 'WFM Agent') {{-- Style Section --}} @section('style') {{-- --}} @endsection {{-- Content Section --}} @section('content')
Schedule Management icon

My Schedule

Check your schedule details on monthly basis
USER ID HR ID ACCOUNT SKILL
{{ $user->first_name }} {{ $user->last_name }} {{-- --}} {{ $account }} {{ $user?->wfmUserSkill?->wfmSkill?->skill_name }}
@endsection {{-- Script Section --}} @section('script') @endsection