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

CAKE ORDER CREATE

@csrf
{{-- --}} @for ($i = 0; $i <30 ; $i++) @endfor
# COLOR SHAPE WGT DESIGN TITLE HEADING D DATE D TIME NOTE# COLOR SHAPE WGT DESIGN TITLE HEADING D DATE TIME NOTE
{{ ($i+1) }}

@include('inventory.global.img_show') @endsection @section('script') @stop