@extends('backend.layouts.master') @section('content')
TeamsList of Teams Add
{{-- --}} {{-- --}} @foreach($data as $k=>$v) {{-- --}} {{-- --}} @endforeach
# Image Full Name DesignationEmail PhoneTeam Type Team Level Sort Order ActiveUploaded dateAction
{{++$k}} {{$v->name}} {{$v->designation}}{{$v->email}} {{$v->phone}}{{$v->team_type}} {{ $v->team_level ?? '-' }}{{$v->created_at->format('Y-M-d')}}{{$v->sort_order}} @if(@$v->active) Yes @else No @endif
@csrf @method('DELETE')
@endsection @section('scripts') @endsection