@include('admin.css')
@include('admin.sidebar')
@include('admin.topbar')

Customer Data

Your go-to resource for viewing, analyzing, and managing all customer-related data in a structured and user-friendly format.

Customer Table
@foreach ($customer as $customers) @endforeach
Name Email Phone Address Type Created Updated Action
Name Email Phone Address Type Created Updated Action
{{ $customers->name }} {{ $customers->email }} {{ $customers->phone }} {{ $customers->address }} {{ $customers->usertype }} {{ $customers->created_at }} {{ $customers->updated_at }}
@include('admin.logout')