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

Challenger 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
{{ ($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/challengerlist.blade.php:50 Stack trace: #0 {main} thrown in /home/keshavvps/public_html/keshav/KG2/jimmy/resources/views/adminpanel/challengerlist.blade.php on line 50