@extends('layouts.back-end.app') @section('title', translate('Bundles')) @section('content')

{{translate('Bundles')}}

@csrf
@foreach($languages as $lang)
@endforeach
* {{ THEME_RATIO[theme_root_path()]['Product Image'] }}
@foreach($bundles as $key => $bundle ) {{-- --}} @endforeach
{{translate('SL')}} {{translate('Name')}} {{translate('Price')}} {{translate('First Product')}} {{translate('Second Product')}} {{translate('action')}}
{{ $key + 1 }} {{ Str::limit($bundle->bundleProduct['name'], 20) }}
{{translate('code')}}: {{$bundle->bundleProduct['code']}}
{{$bundle->bundleProduct['unit_price']}} {{$bundle->firstProduct['name']}} {{$bundle->secondProduct['name']}} --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- @csrf @method('delete')--}} {{--
--}} {{--
--}} {{--
{{$bundles->links()}}
@if(count($bundles)==0) @include('layouts.back-end._empty-state',['text'=>'no_coupon_found'],['image'=>'default']) @endif
@endsection @push('script') @endpush @include('admin-views.category.includes.script')