@extends('crudbooster::admin_template') @push('bottom') @include('JSBlade.MJsblade') @endpush @section('content')
@if (Session::has('msg'))

{{ Session::get('msg')}}

@endif
@foreach($productpackages as $productpackage) @endforeach
Package Name Product Name Action
{{$productpackage->view_name}} @foreach($productpackage->products()->get() as $product) {{$product->product_name}} , @endforeach Edit
Package Name Product Name Action
@endsection