@extends('admin.admin_master') @section('admin')
@php ($i=1) @foreach($listrequest as $cu) @endforeach
SlNo. Full Name Company Name Interested Message Action
{{$i++}} {{$cu['name']}} {{$cu['companyname']}} {{$cu['interested']}} {{$cu['message']}}
@endsection