@extends('layouts.admin') @section('content')
{{-- Page Header --}} {{-- Tab Navigation --}} {{-- Tab Contents --}} {{-- Staff List Tab --}}
{{-- Loading Overlay --}}
@include('admin.data-config.staff-cards.partials.tab-staff-list')
{{-- Usage Logs Tab --}}
{{-- Loading Overlay --}}
@include('admin.data-config.staff-cards.partials.tab-usage-logs')
{{-- Modals & Slide-overs --}} {{-- Import Staff Modal --}}

{{ __('Import Staff Cards') }}

@if(auth()->user()->isSystemAdmin())
@endif

{{ __('Only .xlsx, .xls, .csv files are supported (Max 5MB)') }}

{{ __('Download Template') }}

{{ __('Please use our standard template to ensure data compatibility.') }}

{{ __('Download Template') }}

@if(auth()->user()->isSystemAdmin())
@endif
{{-- Delete Confirm Modal --}} {{-- Status Toggle Modal --}}
@endsection @section('scripts') @endsection