@extends('backend.app') @push('css') @endpush @section('content')

Combo Offer Create

@csrf @method('PATCH')
@forelse($item->products as $p) @empty @endforelse
Produt Quantity Action
@endsection @push('js') @endpush