@extends('layouts.template.main') @section('title', 'Quản lý Status') @section('content') Quản lý trạng thái Danh sách trạng thái Tạo trạng thái @if (session('success')) {{ session('success') }} @endif Name Background Color Thao tác @forelse($statuses as $status) {{ $status->name }} @empty Chưa có dữ liệu trạng thái nào được tìm thấy @endforelse {{-- {{ $overtimes->links('pagination::bootstrap-5') }} --}} @push('scripts') @endpush @endsection