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

{{ $head ?? ''}}

@if($cobon ?? '' && $cobon->id) @method('PUT') @endif @csrf @foreach($languages as $language)
@endforeach
@if($cobon ?? '' && $cobon->id) @if($cobon->type == '1') @foreach($products as $row)
id,$row->id)) checked @endif name="item_id[]" value="{{$row->id}}"> {{productname($row->id)}}
@endforeach @else @foreach($categories as $row)
id,$row->id)) checked @endif value="{{$row->id}}"> {{categoryname($row->id)}}
@endforeach @endif @endif
@endsection @section('inner_js') {{-- --}} @endsection