@extends('shared.admin') @section('content')

General Setting

Site Setting

@php $checkoutStatus = $checkoutStatus ?? 0; $checkoutStatuses = [ 0 => 'Đang sử dụng', 1 => 'Tạm dừng' ]; @endphp
@endsection