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

Cake Order Invoice Details

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

@endsection @section('script') @stop