@extends('layouts.admin_layout') @section('title', 'Manage Product Industry Heads') @section('content')

Manage Product Industry Heads

@foreach($product_industry_heads as $product_industry_head_row) @endforeach
Industry Head Action
{{$product_industry_head_row->product_industry_head_title}} Edit
@endsection