@extends('admin.admin_master') @section('admin')
@php ($i=1) @foreach($meetteamlist as $item) @endforeach
Sl No. Profile Name Role Profile Image Action
{{$i++}} {{$item['profile_name']}} {{$item['profile_role']}}
@endsection