@extends('layouts.front.app') @section('meta') Products | {{ env('APP_NAME') }} @stop @section('content')

ProductsWhat we offer

Air conditioning solutions for residential and commercial space.

  • All
  • @foreach($brands as $brand)
  • {{ ucfirst($brand->title) }}
  • @endforeach {{--
  • Condura
  • Daikin
  • Koppel
  • LG
  • General Royal
  • Gree
  • Kolin
  • Mitsubishi
  • Panasonic
  • Samsung
  • TLC
  • Toshiba
  • --}}
@foreach($products as $product)
#

{{ $product->title }}

{{ $product->brand->title }}

@endforeach
@stop @section('js') @stop