@extends('design_1.panel.layouts.panel') @push("styles_top") @endpush @section('content') {{-- Top Stats --}} @include('design_1.panel.bundles.my_bundles.top_stats') {{-- Lists --}} @if(!empty($bundles) and !$bundles->isEmpty())
@foreach($bundles as $bundleItem)
@include("design_1.panel.bundles.my_bundles.grid_card", ['bundle' => $bundleItem])
@endforeach
{{-- Pagination --}}
@else @include('design_1.panel.includes.no-result',[ 'file_name' => 'bundles.svg', 'title' => trans('update.you_not_have_any_bundle'), 'hint' => trans('update.no_result_bundle_hint') , 'btn' => ['url' => '/panel/bundles/new','text' => trans('update.create_a_bundle') ] ]) @endif @endsection @push('scripts_bottom') @endpush