@extends('admin.layout.master') @section('title','CAKE ORDER MANAGEMENT') @section('custom_style') @endsection @section ('content')

CAKE ORDER CART

{{-- --}}
@csrf
@php $i=1; @endphp {{-- @for ($i = 0; $i < 12; $i++) --}} @forelse ($carts as $item) @empty @endforelse
# COLOR SHAPE WEIGHT DESIGN TITLE NAME D DATE D TIME NOTE X
{{ ($i++) }}

@endsection @section('script') @stop