@extends('layouts.admin_layout') @section('title', 'Edit Product Industry') @section('content') Edit Product Industry Home Manage Product Industries Edit Product Industry Edit Product Industry @csrf Name* Meta Title* Meta Description* {{$product_industry->meta_description}} Desktop Banner Image Mobile Banner Image Banner Caption Banner Description {{$product_industry->banner_description}} Introduction Text {{$product_industry->introduction_text}} Thumbnail* Description* {{$product_industry->product_industry_description}} Case Study Image @if(!empty($product_industry->product_industry_case_study_image)) @endif Case Study Caption Case Study Description {{$product_industry->product_industry_case_study_description}} Case Study Link Sectors @foreach($product_industry_sectors as $product_industry_sector_row) Thumbnail Name Caption Description {{$product_industry_sector_row->product_industry_sector_description}} Delete @endforeach Add Sector Sliders @foreach($product_industry_sliders as $product_industry_slider_row) Media Type Select Media Type @foreach($template_media_types as $template_media_type_row) id == $product_industry_slider_row->product_industry_media_type_id) selected @endif>{{$template_media_type_row->template_media_type_title}} @endforeach product_industry_media_type_id) && $product_industry_slider_row->product_industry_media_type_id == 3) style="display:none;" @endif> Image @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> YouTube Video ID Caption Delete @endforeach Add Slider Status Active display_status)) selected @endif>Inactive Media Type Select Media Type @foreach($template_media_types as $template_media_type_row) {{$template_media_type_row->template_media_type_title}} @endforeach Image YouTube Video ID Caption Delete Thumbnail Name Caption Description Delete @endsection