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

Manage Product Industries

Add Product Industry
@foreach($product_industries as $product_industry_row) @endforeach
Home Page Featured Industry Action
industry_featured_homepage)) checked @endif> {{$product_industry_row->product_industry_name}} Edit
@endsection