@extends('backend.superadmin.index') @section('body')

Teams | {{$college->company_name}}

@if(request('client_id')) @endif
@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
@foreach($teams as $key=>$team) @endforeach
SN Photo Name Order Sector Action
{{++$key}} {{$team->name}}
{{$team->designation}}
Department: @if(isset($team->category)){{$team->category->name}} @else No Department @endif
{{csrf_field()}}
Order
{{$team->sector}}
{{csrf_field()}}
@endsection