@extends('layouts.master') @section('content') @include('partials.breadcrumb')
@foreach($team as $i => $item) @endforeach
# NAME PORTAL ID DESIGNATION EMAIL GENDER NATIONALITY
{{$i + 1}} {{$item->title}} {{$item->firstname}} {{$item->lastname}} {{$item->portal_id}} {{$item->designation}} {{$item->email}} {{$item->gender}} {{$item->nationality}}
@endsection @section('style') @endsection @section('script') @endsection