@extends('layout.app')
@section('page-title', 'Teak Furniture Collections')
@section('breadcrumb')
@foreach($collections as $key => $collection)
@if($key % 2 === 0)
{{ $collection->name }}
{{ $collection->short_description }}
{{ $collection->description }}
@else
{{ $collection->name }}
{{ $collection->short_description }}
{{ $collection->description }}
@endif
@endforeach
@endsection
@push('after-foot-js')
@endpush