@extends('layouts.admin') @section('content')
Here you can view all the Customers
| # | Creation | Name | Username | Password | Address | Birth Year | Validity | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->index+1 }} | {{ $customer->created_at }} | {{ $customer->name }} | {{ $customer->email }} | {{ $customer->username }} | {{ $customer->value }} | {{ $customer->address }} | {{ $customer->birth_year }} | {{ $customer->validity }} |