@extends('user.layout') @section('content')
Achievers List
{{-- --}} @php $sn = 1; @endphp @foreach ($datatables as $data) {{-- --}} @endforeach
S/N
Profile
User ID
Name
Rank
Description
{{ $sn++ }}
{{ $data->user_id }}
{{ $data->name }}
{{ $data->rank }}
{{ $data->description }}
@endsection