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

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

@endif
@foreach($theraphistcats as $theraphistcat) @endforeach
Cat.Product Name Product Name Action
{{$theraphistcat->category_name}} @foreach($theraphistcat->products()->get() as $product) {{$product->product_name}} , @endforeach Edit
Cat.Product Name Product Name Action
@endsection