@extends('layouts.master') @section('title') Team @endsection @section('extra-css') @endsection @section('index')

Team List

Add New
@foreach($teams as $key=>$team) @endforeach
Sr Name Position Credentials Action
{{ $key+1 }} {{ $team->name }} {{ optional($team->position)->name }} {{ $team->credentials }}
Detail Edit  
{{ csrf_field() }}
@endsection @section('extra-script') @endsection