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

Edit Product Industry

Edit Product Industry

@csrf






@if(!empty($product_industry->product_industry_case_study_image))

@endif
@foreach($product_industry_sectors as $product_industry_sector_row)


@endforeach
@foreach($product_industry_sliders as $product_industry_slider_row)
product_industry_media_type_id) && $product_industry_slider_row->product_industry_media_type_id == 3) style="display:none;" @endif> @if(!empty($product_industry_slider_row->product_industry_slider_image))

@endif
product_industry_media_type_id) && $product_industry_slider_row->product_industry_media_type_id != 2) style="display:none;" @endif>
@endforeach
@endsection