@extends('layouts.header') @section('content')
@csrf
Product Code
@php $loopcount=0; @endphp @foreach($FieldsArray as $key=>$value) @php $loopcount++; @endphp @endforeach
{{$value}}
@php @endphp
@endsection