@extends('admin.layout.app') @section('content')

Customers Information

{{--
--}} {{-- --}} {{--
--}}
@foreach($customers as $customer) @endforeach
Id Customers Register Date Mail Phone Country Total Order Actions
#CS-{{$customer->id}} {{$customer->name ?? ''}} {{$customer->created_at->format('d','m','y')}} {{$customer->email ?? ''}} 202-555-0983 South Africa 18
@endsection