@extends('layouts.back-end.app') @section('title','Deal Product') @push('css_or_js') @endpush @section('content')

{{$deal['title']}}

{{ trans('messages.product_form')}}
@csrf
{{--
--}}
{{ trans('messages.Product')}} {{ trans('messages.Table')}}
{{----}} @foreach($deal->products as $k=>$de_p) {{----}} @endforeach
{{ trans('messages.sl')}} {{ trans('messages.name')}} {{ trans('messages.price')}}{{ trans('messages.discount')}} {{ trans('messages.discount_type')}}{{ trans('messages.action')}}
{{$k+1}} {{$de_p->product['name']}} {{\App\CPU\BackEndHelper::usd_to_currency($de_p->product['unit_price'])}}{{$de_p->discount}} {{$de_p->discount_type}} {{ trans ('Delete')}}
@endsection @push('script') @endpush