@extends('layouts.app') @section('title') Home page @stop @section('content') {!! Html::image('images/homePage/'.$pro1->image, $pro1->catLink->title, ['class'=>'img-responsive', 'width'=>675, 'height'=>600]) !!} {!! $pro1->catLink->title !!} {!! $pro1->offer !!} All products ALL Tecnogas products {!! $pro1->catLink->title !!} @foreach($pro1->catLink->proItem as $item) {!! Html::image('images/products/'.$item->image, '', ['width'=>111, 'height'=>167]) !!} {!! $item->title !!} More Details @endforeach ALL Tecnogas products {!! $pro2->catLink->title !!} @foreach($pro2->catLink->proItem as $item) {!! Html::image('images/products/'.$item->image, '', ['width'=>111, 'height'=>167]) !!} {!! $item->title !!} More Details @endforeach {!! Html::image('images/homePage/'.$pro2->image, $pro2->catLink->title, ['class'=>'img-responsive', 'width'=>675, 'height'=>600]) !!} {!! $pro2->catLink->title !!} {!! $pro2->offer !!} All products {!! Html::image('images/homePage/'.$pro3->image, $pro3->catLink->title, ['class'=>'img-responsive', 'width'=>675, 'height'=>600]) !!} {!! $pro3->catLink->title !!} {!! $pro3->offer !!} All products ALL Tecnogas products {!! $pro3->catLink->title !!} @foreach($pro3->catLink->proItem as $item) {!! Html::image('images/products/'.$item->image, '', ['width'=>111, 'height'=>167]) !!} {!! $item->title !!} More Details @endforeach {!! Html::image('images/ids.jpg', '', ['class'=>'img-responsive', 'width'=>1349, 'height'=>354]) !!} {{-- our products available --}} our products available at @endsection @section('js') {!! Html::script('siteroot/plugins/owl-carousel/owl.carousel.js') !!} @endsection
{!! $pro1->offer !!}
{!! $pro2->offer !!}
{!! $pro3->offer !!}