@extends('frontend.template',['showmore'=>'yes']) @section('styles') @endsection @section('content')
featured_banner}} @else {{get_thumb_url_400('banners',"/".$basic_details->featured_banner,1)}} @endif">
Home
>
Products
>
{{$industry->name}} ({{$category_products->total()}})
Products Category
Categories
All Products
@foreach($all_industries as $key => $ind) @if($ind->parent_id == 0)
{{$ind->name}}
@foreach($all_industries as $key1 => $ind1) @if($ind1->parent_id == $ind->id)
{{$ind1->name}}
@endif @endforeach
@endif @endforeach
Get In Touch
{{csrf_field()}}
{!! $captcha_img !!}
Send Message
Grid
List
@foreach($category_products as $key => $product)
imagetitle != '') alt="{{$product->imagetitle}}" @else alt="{{$product->name}}" @endif>
{{$product->name}}
View Details
@endforeach
{{$category_products->links()}}
@endsection