@extends('admin.layouts.main') @section('content')

Portfolio

@foreach($rows as $index => $row) @endforeach
Id Thumbnail Name Description Images URL Type On Homepage Action
{{++$index}} avatar {{$row->name}} {{substr(strip_tags($row->description), 0, 500)}}... {{$row->images->count()}} {{$row->url ?:''}} {{$row->type}} {{$row->display_on_home ? 'YES' : 'NO'}}
@endsection