@extends('layouts.admin') @section('header-content') @endsection @section('content')
@foreach($productcategories as $key=>$product) {{ csrf_field() }} @endforeach
# Sub product Details
{{$key+1}} {{$product->name}}

@endsection @section('footer-content') @endsection