@extends('admin.layout.app') @section('title', 'Lịch sử bàn giao | LVT') @section('content')
Lịch sử bàn giao App
Reset
@forelse($history as $item) @empty @endforelse
Ứng dụng Nhân viên phụ trách Ngày bắt đầu Ngày kết thúc Trạng thái
{{ $item->app->app_name ?? 'N/A' }} {{ $item->user->name ?? 'N/A' }} {{ $item->assigned_at }} {{ $item->unassigned_at ?? '-' }} @if($item->unassigned_at) Đã bàn giao @else Đang phụ trách @endif
Không có dữ liệu lịch sử.
{{ $history->appends(request()->query())->links('components.pagination') }}
@endsection @push('css') @endpush @push('js') @endpush