@extends('backend.layouts.main') @section('title') Team Management @endsection @section('content')
@foreach ($teams as $team) @endforeach
S.N. Image Name Type Display Order Status Actions
{{ $loop->iteration }} @if ($team->image) {{ $team->name }} @else @endif {{ $team->name }} {{ $team->type }} {{ $team->display_order }} @if ($team->is_published) Published @else Draft @endif
@endsection @section('scripts') @endsection