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

{{ $head ?? ''}}

@if($cobon ?? '' && $cobon->id) @method('PUT') @endif @csrf
id) @if($cobon->discount_type == '1') style="display:none" @endif @else style="display:none" @endif>
id) @if($cobon->type == 'product') style="display:none" @endif @endif>
@foreach($packages as $key=> $row)
@endforeach
id) @if($cobon->type == 'package') style="display:none" @endif @endif>
@foreach($products as $key=> $row)
@endforeach
@endsection @section('inner_js') {{-- --}} @endsection