@extends('adminpanel.default.master') @section('title', 'Friend List') @section('content')

friend List|{{ $data->total() }} Total

@if(session()->has('success'))
{{ session('success') }}
@endif @if($errors->any())

{{$errors->first()}}

@endif
@if(count($data)>0) @foreach ($data as $key=>$d)
No Profile Image Name Email Mobile Number Address
{{ ($data->currentpage()-1)*$data->perpage()+$key+1 }}
Fatal error: Uncaught Error: Call to undefined function asset() in /home/keshavvps/public_html/keshav/KG2/jimmy/resources/views/adminpanel/managefriendlist.blade.php:63 Stack trace: #0 {main} thrown in /home/keshavvps/public_html/keshav/KG2/jimmy/resources/views/adminpanel/managefriendlist.blade.php on line 63