@extends('shared.admin') @section('content')

Promotions

Edit Promotion

@if($model->thumb != '') @endif

Add Product to Promotion

List Product

@if($listProductItem != null && count($listProductItem) > 0) @foreach($listProductItem as $item) @endforeach @endif
Name Quantity Action
{{ $item->title }} {{ $item->quantity }} $item->id]) }}")' title="Delete" title="">
@endsection @section('script') @endsection