@extends('admin.layouts.container') @section('content')

{{ $head ?? ''}}

@if($coupon ?? '' && $coupon->id) @method('PUT') @endif @csrf
{{--
@if ($coupon ?? '' && $coupon->id) @foreach($products as $row)
{{$row->product->currentDescription->title}}
@endforeach @endif
--}}
@endsection @section('inner_js') @endsection