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

Team

@foreach($rows as $index => $row) @endforeach
Id Image Image Alt Name Text URL Action
{{++$index}} avatar {{$row->image_alt}} {{$row->name}} {{$row->text}} {{$row->url}}
@endsection