@extends('layouts.master') @section('title') Stock @endsection @section('page-title')Product Main Types @endsection @section('body') @endsection @section('content')

Product Main Types

@foreach ($mainTypes as $mainType)
{{ $mainType->product_main_type }}
@endforeach
@endsection