@extends('layouts.master')
@section('title')
Team
@endsection
@section('extra-css')
@endsection
@section('index')
| Sr |
Name |
Position |
Credentials |
Action |
@foreach($teams as $key=>$team)
| {{ $key+1 }} |
{{ $team->name }} |
{{ optional($team->position)->name }} |
{{ $team->credentials }} |
|
@endforeach
@endsection
@section('extra-script')
@endsection