@extends('layouts.app') @section('content')
@foreach($rows as $index => $row) @endforeach
ID Heading Sub Text Category Image Updated At Action
{{$row->id}} {{ $row->heading }} {{$row->sub_text}} {{$row->category->title}} {{$row->updated_at}}
@stop