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

{{__('obs.cake')}} {{__('obs.order')}} {{__('obs.cart')}}

{{-- --}}
@csrf
@php $i=1; @endphp {{-- @for ($i = 0; $i < 12; $i++) --}} @forelse ($carts as $item) @empty @endforelse
# {{__('obs.color')}} {{__('obs.shape')}} {{__('obs.weight')}} {{__('obs.design')}} {{__('obs.title')}} {{__('obs.name')}} {{__('obs.d')}} {{__('obs.date')}} {{__('obs.d')}} {{__('obs.time')}} {{__('obs.note')}} {{__('obs.x')}}
{{ ($i++) }}

@endsection @section('script') @stop