@include('admin.header')

CATALOG

MANAGE - team

@if (isset($teams) && count($teams) > 0) @foreach ($teams as $team) @endforeach @endif
Date & Time Name Designation Image Action
{{ $team->created_at }} {{ $team->name }} {{ $team->designation }} @if (isset($team->image) && Storage::exists($team->image)) @else NA @endif
@include('admin.footer')