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

{{ $head ?? ''}}

المنتجات

@foreach($products as $cobon) @endforeach
{{__('cobons.user')}} {{__('cobons.count')}}
{{$cobon[0]->user->name}} {{count($cobon)}}

الباقات

@foreach($packages as $cobon) @endforeach
{{__('cobons.user')}} {{__('cobons.count')}}
{{$cobon[0]->user->name}} {{count($cobon)}}
@endsection @section('inner_js') {{-- --}} @endsection