@extends('layout.app') @section('content')


@forelse($time_status as $key => $item) @empty @endforelse
STT Tên T/g báo đỏ T/g chuyển cskh Trạng thái chuyển tiếp theo Thao tác
{{$key+1}} {{@$item->status->name}} {{--{{$item->expired_time}}--}}
{{--{{$item->time_move_cskh}}--}}
{{--{{@$item->statusNext->name}}--}}
Không tồn tại dữ liệu
@endsection @section('_script') @endsection