@extends('layout.app') @section('page-title', 'Finishes') @section('breadcrumb')
Home About Finishes
@endsection @section('content')
Teak Finishes
Important
Note
Teak does not require a finish, it is only a preference. Natural teak will last a lifetime untreated and weathered. Teak Treatment is an optional custom process. Therefore, PURCHASES MADE WITH TEAK TREATMENT SERVICES SELECTED ARE NON-RETURNABLE AND REQUIRE A 50% NON-REFUNDABLE DEPOSIT TO BEGIN THE TREATMENT PROCESS. THIS EXCLUDES ANY ITEMS THAT ARRIVE DAMAGED OR WITH ANY MANUFACTURING DEFECTS.
@foreach($finishes as $key => $finish)
@if($loop->index % 2 === 0)
teak-finish-comparision
{{ $finish['name'] }}
{{ $finish['suggested_use'] }}
{{ $finish['description'] }}
Ships in {{ $finish['timeframe'] }}
teak-finish-comparision
@else
{{ $finish['name'] }}
{{ $finish['suggested_use'] }}
{{ $finish['description'] }}
Ships in {{ $finish['timeframe'] }}
teak-finish-comparision
@endif
@endforeach
@endsection