@extends('backend.layouts.master')
@push('css')
@endpush
@section('content')
SR No |
Images |
Name |
Occupation |
Order |
Action |
Type |
@foreach ($teams as $team)
{{$team->sort_order}}
|
|
{{ $team->name }} |
{{ $team->occupation }} |
|
|
{{$team->team_type}}
|
@endforeach
@endsection
@push('js')
@endpush