@extends('admin.layouts.dashboard') @section('title', 'Member Transactions') @section('content') @csrf Select a member… @foreach ($all_member as $member) id)> {{ ucwords($member->fullname) }} @endforeach Show history