@extends('../layout/' . $layout) @section('subhead') Team Role @endsection @section('subcontent')

Team Roles

Add Team Role
@if (count($teamRole) > 0)
@php $no = 0; @endphp @foreach ($teamRole as $item) @endforeach
# NAME ACTIONS
{{ ($page - 1) * 15 + ++$no }}
{{ $item->name }}
@else
noData

No Data Available

@endif @if (count($teamRole) > 0) @if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@endif @endsection @section('script') @endsection