@extends('main') @section('content') @foreach($devices as $i=>$device) {{$device->name}} @if(isset($device->intro)) {{$device->intro}} @endif @if(isset($device->images)) @foreach($device->images as $key=>$image) Title - This is the gallery caption @endforeach @endif @if(isset($device->secondary_heading)) {{$device->secondary_heading}} @endif @if(isset($device->description)) {{$device->description}} @endif @if(isset($device->hardware)) Hardware @foreach($device->hardware as $hitem) {{$hitem}} @endforeach @endif @if(isset($device->software)) Software @foreach($device->software as $sitem) {{$sitem}} @endforeach @endif See it in Action Request Information @endforeach @stop @section('footerargs') @stop
{{$device->intro}}
Title - This is the gallery caption
{{$device->description}}