@extends('cms::layouts.master', ['dataTable' => true]) @section('title', 'Our Teams') @section('content') SN. Name Display Order Profile Photo Status Actions @php $count = count($ourTeams); @endphp @foreach ($ourTeams as $ourTeam) {{ $count-- }} {{ $ourTeam->title }} {{ $ourTeam->display_order }} @endforeach @endsection @push('scripts') @endpush