@extends('backend.layouts.master')
@section('content')
# |
Image |
Full Name |
Designation |
{{-- Email |
Phone | --}}
Team Type |
Team Level |
Sort Order |
Active |
{{-- Uploaded date | --}}
Action |
@foreach($data as $k=>$v)
{{++$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 |
|
@endforeach
@endsection
@section('scripts')
@endsection