@extends('../layout/' . $layout) @section('subhead') Team Member @endsection @section('subcontent') @php $currency = DB::table('systemflag') ->where('name', 'Currency') ->select('value') ->first(); @endphp

Team List

Add Team List
@if (count($teamMembers) > 0)
@php $no = 0; @endphp @foreach ($teamMembers as $team) @endforeach
# PROFILE NAME EMAIL CONTACT NO TEAM ROLE ACTION
{{ ($page - 1) * 15 + ++$no }}
Astrologer image
{{ $team->name }}
{{ $team->email }} {{ $team->contactNo }} {{ $team->teamRole }}
@if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@else
noData

No Data Available

@endif @endsection @section('script') @endsection